dev-python/accuweather: add 0.5.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-04 15:15:05 +01:00 committed by Andreas Billmeier
parent 117815723b
commit eb6fe38a44
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 46 additions and 6 deletions

View File

@ -1,5 +1,7 @@
DIST accuweather-0.3.0.tar.gz 9442 BLAKE2B d066d44b890d63f5c8533de7a1a715bb8d598af701a9196ebce4fd5a0bd43a7614a92bafeb53d5e8facc42feadc33966bb637dbc931a5ef89f968547d9cc1d43 SHA512 1b208101cd829c9000b69b8a5f215362984e34561f99a45455cc0dc0d09b2a85f8ae26a429b01d3e30c5fe8d23149d589b01062770ba8f91b5acd3f94a5855dd
DIST accuweather-0.4.0.tar.gz 9590 BLAKE2B 6ff8755f4f472800fe979b59e6ddb3a991c63b6be6ab96ee13f6a4500adca9e199d1b285b3a7138b1a3d646deccbaa2d8b75a70deff8c39f28187e0254f440af SHA512 575b011d6c7f6189e6587b9d4714c9d51f53f5f556494c6fbbf945f23ffc977cd5d5acc7e14fa4c751236306e27c098f1fe47d4fb97a6394aff8b555c28e328e
EBUILD accuweather-0.3.0.ebuild 868 BLAKE2B a4944c281de9ca729ba8c2ac049271f8d36967c7e701f77ada7b051a7c1d03cfdacc0117812a7629db9063043db801bd98d301ea16a1b04333ae6962b791ed84 SHA512 a80d05bacd3bc34cd00d967175963666eae8978a31c042493bd62a7baa40136f190522a5583374ae7304365042d7e54b181c32cc40574d2927cbfd58c571854e
EBUILD accuweather-0.4.0.ebuild 936 BLAKE2B 7de589ac6247dcd9c5d5c68e16c0f2b910db634dc4b9b84a37952cb4abc9f4450b438dc17f6606e5933d31ca5a4ca67f2a203e4761bf39cd7b0a58fad0c578c1 SHA512 8b5788f9c686d3dc75ef4954aeb09e2ceba87c719c9bd425efaa33f7852fac7bd33e62886fc995c779884a648ff7b9625d86dfc54fb8deb6f0b1a87a864b78ab
DIST accuweather-0.5.0.tar.gz 9646 BLAKE2B d7a142230d49fca7c41d44b9676eb699c7f127624ed5fac90be84df8fc8d1dd142ddd2022230a1c00094505c7b74ab2a2ed18cc2b5912decabbf840447f28b7c SHA512 24503615f8f3a8c9e1396c665e9dcd4010719cd6feda9623ac1c953a23f126acfa42995ef9cc1240a3711d9a6287bd8cb7685830d6564f74800b75655318c63d
EBUILD accuweather-0.3.0.ebuild 899 BLAKE2B 17816ce5a82ee3909a1845fdabffd42770b869d2f202fa3a7e33a4b53087913bd521451099caa398eecec985935230bc3fa50621d5983eb756e2f79a3189ae50 SHA512 ee9864dcda2159f9fb288a5ebb78059ffa36925ae34840bda479998d15c77364cacdf626d2b3e3ec91370f381b8bd466c8bd5027359fd8bf01c300d0a0577feb
EBUILD accuweather-0.4.0.ebuild 967 BLAKE2B 2ac9e3df07a0ae7d025343827cce41c237fa81227a2e90bed724ded87f3c3949eeda1d46a98b3a3b6103ca18c7a20d323811b8ce552a37ccbc1d4224b12f12d0 SHA512 1030c2c022d689c1d6f7c83ca80a686781edf92e6d8c91b3304fdcfb45222e9bf080b43db05ba1b25fc716146ef1fdb4b52a434196c7c227d52abcaf3737cfff
EBUILD accuweather-0.5.0.ebuild 967 BLAKE2B 2ac9e3df07a0ae7d025343827cce41c237fa81227a2e90bed724ded87f3c3949eeda1d46a98b3a3b6103ca18c7a20d323811b8ce552a37ccbc1d4224b12f12d0 SHA512 1030c2c022d689c1d6f7c83ca80a686781edf92e6d8c91b3304fdcfb45222e9bf080b43db05ba1b25fc716146ef1fdb4b52a434196c7c227d52abcaf3737cfff
MISC metadata.xml 390 BLAKE2B aef9b96736f7617d3765e81ea040c7209e448b170d611a5aba6d9856566d6ea19c9b485d38469ea0a85cfe9b0eaf7cbda51456acf683887e0cd7db59518cf2f2 SHA512 2f9b87aa981ccc31722e6e0314219f98cc0c80c0229147e45a8c60c3f78664bacc11d9fba6d9e4313d177ff9d3032887783eca1c91f9ac7d210d9348d7326c5f

View File

@ -1,10 +1,10 @@
# Copyright 1999-2021 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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python wrapper for getting weather data from AccuWeather servers."

View File

@ -1,10 +1,10 @@
# 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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python wrapper for getting weather data from AccuWeather servers."

View File

@ -0,0 +1,38 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python wrapper for getting weather data from AccuWeather servers."
HOMEPAGE="https://github.com/bieniu/accuweather https://pypi.org/project/accuweather/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest