dev-python/accuweather: drop 0.5.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:11:02 +01:00 committed by Andreas Billmeier
parent c23d27799c
commit b4d2ef038a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 41 deletions

View File

@ -612,12 +612,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 1628 Ebuilds in total, 1617 of them have in total 1631 (40 different) licenses assigned.
There are 1627 Ebuilds in total, 1616 of them have in total 1630 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|942|
|Apache-2.0|335|
|Apache-2.0|334|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,5 @@
DIST accuweather-0.5.0.tar.gz 9646 BLAKE2B d7a142230d49fca7c41d44b9676eb699c7f127624ed5fac90be84df8fc8d1dd142ddd2022230a1c00094505c7b74ab2a2ed18cc2b5912decabbf840447f28b7c SHA512 24503615f8f3a8c9e1396c665e9dcd4010719cd6feda9623ac1c953a23f126acfa42995ef9cc1240a3711d9a6287bd8cb7685830d6564f74800b75655318c63d
DIST accuweather-1.0.0.tar.gz 11426 BLAKE2B ae65fff63e48d2d2e778ccd19445db78220b7d43517f8a6cecb77bdeb8fe13b463e18f3214a14be748589dc72722329b405c316aad26667dc9a86945f94ab040 SHA512 0dccfcd22dbbb49df9256c617678fdd7ac7ce0f1f6d4e5199a361eb5c662743fbef5f9d2d6c6c240eea3a0c5cac0a16291e414aabc559e7d49117b206c2ac951
DIST accuweather-2.0.0.tar.gz 11447 BLAKE2B 4b145658602aa8c14ca4ee3c9d5c2c5f73ce2d32c2790a41c3f80f61aac882640c7b18769b7db820985ca208fb021397102a8a0f88cb9073b2b61f62bd4bbdad SHA512 0e241c932408f936417db21d00f6780e9486b7e379f254950f45202fc87fb0b7489746b0cb8020f523cce5c0d85074fdc8bec2286d7e8a54a21c02a81e0cd799
EBUILD accuweather-0.5.0.ebuild 922 BLAKE2B 7b404525b219bf14f5dd6f376a548139b04968a3e8393436f1c46fc3680a9031a3174f1da77b82e7da2d44990ee6a5f47d2a1899285aafb99cf981963fa181df SHA512 5d132ff215740b9639ffeffbd9b2a6ed740812de0b85a9b0adc3a9ed6a617c451eef4318374eec49f4477d50e0fe72dd9bd4704c9e7c360781e0a0d44e9c6d26
EBUILD accuweather-1.0.0.ebuild 921 BLAKE2B 17ab64c0c304c77ea9f0cb7a77a49c55affee5b1288564e00a1683ac313d374e52b4fe54d915b548bc036c349749f48c8f8254791b7cd62be70f0090b2e918e1 SHA512 d644414a0071afaabed9be1f00603ee5aaf1059e1c8de197297f84955107d5ef68b018a4928e024ff824b92dc9dc53916661b06d3acd9f24a3263720ac431606
EBUILD accuweather-2.0.0.ebuild 1049 BLAKE2B 0f7f72d46990215217b44b1066d7a2cbb6dfd2af207c03456f074c09e2df4dc664d41f202ad8f86892ed7bb08044983d7c9669b025acdf18578b30a061023613 SHA512 9d7455fb213a517ec255cc8654785461f2d1817fad8b31012af260af86f4a42cf143bce81e11d2b3fbd7386c2c2c562014cf7cf747d0c576d5eaf7b7b10dd4bf
MISC metadata.xml 390 BLAKE2B aef9b96736f7617d3765e81ea040c7209e448b170d611a5aba6d9856566d6ea19c9b485d38469ea0a85cfe9b0eaf7cbda51456acf683887e0cd7db59518cf2f2 SHA512 2f9b87aa981ccc31722e6e0314219f98cc0c80c0229147e45a8c60c3f78664bacc11d9fba6d9e4313d177ff9d3032887783eca1c91f9ac7d210d9348d7326c5f

View File

@ -1,37 +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 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[${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