dev-python/pynws: drop 1.5.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:42:57 +02:00
parent 08fd86b3aa
commit 025ace6788
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 29 deletions

View File

@ -1,5 +1,3 @@
DIST pynws-1.5.1.tar.gz 13841 BLAKE2B f22104aeb8083897d4305d611b4bcaddef154a5c9bf5e9608a35ebb0e421a22d9fc4304030b7fad8d6b2461b1e3a5a3cea7b8b3c04e8833b437edb3b452b420c SHA512 92a7cb412fe26743b1d233a79881994ba792830df23bf07a9989e660b8e23b87b08eb44ed64721f3228319123425e39fe3f0f6794cef63bea14ee159c67720e9
DIST pynws-1.6.0.tar.gz 13874 BLAKE2B dc7ab854a0cba435c12a1c86262ca5a44c7f3946da78588ce949fc6c100e62d018342b6a20d26628b730a809aaf1584ec71fe7215aa09a0fd6c58f6d589e96a9 SHA512 87e3fa6a9095688b649e7986c9dff234636c27ba27a5540fda5f89d3fc870ac4f2b6359fc820b787fff863cde4476fb9b71fb7e14277ff49362cff3924fe79b3
EBUILD pynws-1.5.1.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
EBUILD pynws-1.6.0.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
EBUILD pynws-1.6.0.ebuild 604 BLAKE2B 039429b5becb7de7bbc766415fba98ae4a56cc6580a84e52784afdeb19fdd6cf69b71a46d36fa8ea483b5c621a76a149d03f34c7e2c3b5f1471e9ddb71c09942 SHA512 e41ef92f24e64a6c4cfbe8730c5748d71c15299893d0f7b1710248813d3026d05131b846eeca0d075e484efbc1a351de6b0f2a95c597fbbce1c723b9677f9794
MISC metadata.xml 514 BLAKE2B 7360131e3c4422f88d007ccf5de784e9b6f1c5e324280464e4a1f289d24726c1721fd8331a1a62f225122dac5826bec55b90fb676a545b054b6e8fc5c60600a2 SHA512 03584128830502b81772f51df6c5049a8ad216d4b366c80819e7ccf8d070088ac9c167e282710aafe644c7a1913cf7419c9ea4484e1e7c39e4634e60d46c4d4a

View File

@ -1,24 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library to retrieve observations and forecasts from NWS/NOAA"
HOMEPAGE="https://github.com/MatthewFlamm/pynws https://pypi.org/project/pynws/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-metar[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi