dev-python/pynws: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:24:07 +02:00 committed by Andreas Billmeier
parent c9ec9c73de
commit 094daea84d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pynws-1.4.1.tar.gz 13581 BLAKE2B 4a46c073e2d2f0ccd681a2b4721654815e58b3ece08d2232005578001072b5f255767044197b8680c43e6372e10fb1c6c90d0c9079738a1c9481c9c9c8ea90ca SHA512 a843b70353763baf358ebd8a1ad6f53f4caffeb04b905b518b3316c28422a48b8f32f8138385ffd3250bd32724f0be565d56aaed60ecb872759fde1a02fc73e9
EBUILD pynws-1.4.1.ebuild 761 BLAKE2B 3c1ef163e8f6ec4e2e55302d89ee03548135332fe577889cab1afd42c55f56df851c2a65ace7a1507cefa2436d2b0024cf83bf8a4e57945d32c4268a13b22904 SHA512 5157328120dbdb41a694fbb4c0ca79eb14b39ea22a12756a1745aa7fa95a6597c226903543188a42ea1b90c47c8bf89fe3a916ac6660d5722f9316afef55b306
EBUILD pynws-1.4.1.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
MISC metadata.xml 514 BLAKE2B 7360131e3c4422f88d007ccf5de784e9b6f1c5e324280464e4a1f289d24726c1721fd8331a1a62f225122dac5826bec55b90fb676a545b054b6e8fc5c60600a2 SHA512 03584128830502b81772f51df6c5049a8ad216d4b366c80819e7ccf8d070088ac9c167e282710aafe644c7a1913cf7419c9ea4484e1e7c39e4634e60d46c4d4a

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,14 +20,5 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-metar[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest