dev-python/pynws: add 1.5.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-10-17 21:06:43 +02:00
committed by Andreas Billmeier
parent 3135ff7170
commit 732390e4bf
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
DIST pynws-1.4.1.tar.gz 13581 BLAKE2B 4a46c073e2d2f0ccd681a2b4721654815e58b3ece08d2232005578001072b5f255767044197b8680c43e6372e10fb1c6c90d0c9079738a1c9481c9c9c8ea90ca SHA512 a843b70353763baf358ebd8a1ad6f53f4caffeb04b905b518b3316c28422a48b8f32f8138385ffd3250bd32724f0be565d56aaed60ecb872759fde1a02fc73e9
DIST pynws-1.5.1.tar.gz 13841 BLAKE2B f22104aeb8083897d4305d611b4bcaddef154a5c9bf5e9608a35ebb0e421a22d9fc4304030b7fad8d6b2461b1e3a5a3cea7b8b3c04e8833b437edb3b452b420c SHA512 92a7cb412fe26743b1d233a79881994ba792830df23bf07a9989e660b8e23b87b08eb44ed64721f3228319123425e39fe3f0f6794cef63bea14ee159c67720e9
EBUILD pynws-1.4.1.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
EBUILD pynws-1.5.1.ebuild 604 BLAKE2B 1842981bd6930354b4144db4b5d51ad29d2ef05812d2206438d771c41d02cbf763cc0731922fa16b11aba9a029b5c61ea71a05b45f45a3546e9cd8a7bbec966d SHA512 4d6a05b1664ee53a86be341c07a8cce5aed0631f3b0a510fe82baad092643aabbe52ba0915c51a13d0d5a675f5635a6ffb96c95de9e014a70e3a1397365bc3cb
MISC metadata.xml 514 BLAKE2B 7360131e3c4422f88d007ccf5de784e9b6f1c5e324280464e4a1f289d24726c1721fd8331a1a62f225122dac5826bec55b90fb676a545b054b6e8fc5c60600a2 SHA512 03584128830502b81772f51df6c5049a8ad216d4b366c80819e7ccf8d070088ac9c167e282710aafe644c7a1913cf7419c9ea4484e1e7c39e4634e60d46c4d4a

View File

@@ -0,0 +1,24 @@
# 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