dev-python/accuweather: drop 2.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 14:36:22 +01:00
parent 0ee9bc3fb9
commit 8941a77491
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 39 deletions

View File

@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 2391 Ebuilds in total, 2377 of them have in total 2420 (43 different) licenses assigned.
There are 2390 Ebuilds in total, 2376 of them have in total 2419 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1359|
|Apache-2.0|564|
|Apache-2.0|563|
|GPL-3|152|
|BSD|126|
|GPL-2|27|

View File

@ -1,7 +1,5 @@
DIST accuweather-2.1.1.tar.gz 12960 BLAKE2B 9c5670688ddfd5e62e15ab60769a27cfe299b9bbc416802e69b3e0a95c4cb340028944d1236cf821bd99f1865903d47b73f65ab89623db3ce8dacc24535f6811 SHA512 24eaad63fb48c541325ae05439d17db54b3811dc89689276f551514cddd701ddb62b5fed453568ad148941bf50f094b5ab85b110d64238cbb30a9e85aa3fffab
DIST accuweather-3.0.0.tar.gz 12203 BLAKE2B 254a9112af235711b4568d024689a7cd38cea9b5b9186c79c6280a0149f41f9194be8324986b26e772789e046dc4cea9aad98f4fee912318f57c338e612451b1 SHA512 b1f23456f265e6bc0aceacef75dd86bf353211644dc5cc70551d2aa188e614438dc0be5c01d8ab2e7464f3480c7cfb571dcac932fe6e92e38c9345ea74e71c2b
DIST accuweather-4.0.0.tar.gz 12181 BLAKE2B ba65e8b2ef89139497a1ba67f948b3a7c643feafa9d032de16028891daa70d739f43f3b3f23cacdd2b7d78715c4d1037f52f03e687009033857f076d48303498 SHA512 eedb2bebd930f72632e70ea1e319e0048a180f5d2137277c8c311f4148f70b0be4d6cacd120172924aae522596f110c853d4aa44f4c205d130c616a0937db9fe
EBUILD accuweather-2.1.1.ebuild 888 BLAKE2B 7a57e862e5e0dca06144ae1136180a4a03460cf4aff06928f64cd6015b1b47213dedc75c36a8972605e77054453fded29cb75c7d0cea4f904537eae7f73aad94 SHA512 cccf2ece55a6f72367160986e97d3a88b2582913eb314c688fbee488a5bd7430735cb81e2344e51e032b190db9aff2e95f6346b9fc2049115a47b1275442b5bd
EBUILD accuweather-3.0.0.ebuild 809 BLAKE2B 76834eaa91c7267c050b9d734bef09be214b4c1a1f378876dcb0b32f7cf37f0a72893f0f28df49f10df44a3cffca4dd0c1b010c78fbd47417982ce33019d44c1 SHA512 36e9ee07cf2155ba5b7fec6c9619d7489fad16f971e0bff90c716d2077ea33457d25a5eb3e6bc0ad6e2721996c03890101b9236a45f5df3c4b30810e47e5a281
EBUILD accuweather-4.0.0.ebuild 809 BLAKE2B ac1d1cd3f57be2a9d1a317406fe92e97c45288cb46942eb807cdc3094d3832a6a151ab3c1d26515b5ff8af84c4bc2fcb5a9e53a7e062d049cfc68df20aeee595 SHA512 d58716b6b5b0137196e53ee2d0c533f5ca2ecf3e2d430f40f46f8ae6eb3ddc6cf2ca3bb6251c0d0ada1ddb1fd729f3db49fb9d4624d56d64c54b43e9be6c3869
MISC metadata.xml 390 BLAKE2B aef9b96736f7617d3765e81ea040c7209e448b170d611a5aba6d9856566d6ea19c9b485d38469ea0a85cfe9b0eaf7cbda51456acf683887e0cd7db59518cf2f2 SHA512 2f9b87aa981ccc31722e6e0314219f98cc0c80c0229147e45a8c60c3f78664bacc11d9fba6d9e4313d177ff9d3032887783eca1c91f9ac7d210d9348d7326c5f

View File

@ -1,35 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for getting weather data from AccuWeather servers."
HOMEPAGE="https://github.com/bieniu/accuweather https://pypi.org/project/accuweather/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.0[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${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