dev-python/python-opensky: drop 0.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:02:05 +01:00 committed by Andreas Billmeier
parent b020d2f686
commit fb514d67cb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 deletions

View File

@ -612,11 +612,11 @@ 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 1611 Ebuilds in total, 1600 of them have in total 1618 (42 different) licenses assigned.
There are 1610 Ebuilds in total, 1599 of them have in total 1617 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|930|
|MIT|929|
|Apache-2.0|340|
|GPL-3|103|
|BSD|88|

View File

@ -1,7 +1,5 @@
DIST python-opensky-1.0.0.gh.tar.gz 62415 BLAKE2B 4b44220a54c5af27f27748fcc63fec55beb8a92e639bf99a6f495014bd54335924fada4f7b7a0523b9260c3ad17c14f20f2896686632af08fa4af26a9f11c9e9 SHA512 5133c1a40c9f7ee0d4c06dc165470706b63b8820ca0094e6717e6927cc1107a99eed12475868ffd469f5274614477c05c8539a31754f99845fd722f79ac6a821
DIST python_opensky-0.2.0.tar.gz 10922 BLAKE2B c7880f7c87295e090f37dfd83b04ae44ddafda13b0f30ba2e7ba92acd3c0c41e72e6e30dedd3d8c3305ad28651b5193434e1a584e5827a72610c19d9ed4cc75f SHA512 108578b8d9550cd0a4de4090dd6e2d527d1539e6efb55e8622b40f62c6a4f5ad7da36b60adf0baddcbeb13de585c26f78fe568f8db6b62203fd7835ce4324920
DIST python_opensky-0.2.1.tar.gz 11671 BLAKE2B 0e15bf205995d56407dfe75f5cb298c33d8ab0ebd946501af041d0fa5efeb14edb773e7253deaf6cd192f07339b3a8353a15c266aec003d59b7b3f08853f8162 SHA512 466904e368f14ebc49c26b00c5b915bf69e841abdc95db368c3d7a5140c48d047a45c943b14938f0c64baf99ea153e93388975a44c7f3dce8f804c5827820bfb
EBUILD python-opensky-0.2.0.ebuild 748 BLAKE2B 239069d5e610cf95013da2ae7156b67517f83c416a1c9c1b577a32b93e3d3b1ebeba72ced5c386074b8dd058383be2cee031241ae230f086218889f1ddbd7de0 SHA512 bad76c204a229edc9d23ae17eab95d9e29f7efa689546d0588e1675a53e8114c57b90ac180621b2697aa7f1e095b532e7f7a8d94531da42bcdc5cda923a970b2
EBUILD python-opensky-0.2.1.ebuild 745 BLAKE2B 0a180a0e8a226f327b30f3bd104d7e5d9900d288452eaf40a9c38b9ee29a0e6a28e33cd9cef2e75663467fa745a5e42696dd8becec31c3c55efe7e62432989b2 SHA512 91364ada8d899fab1c48e3c5467396174a5b1aa9e2f45c42f400ea0844de719ee245daa519f1acca3d99d24414f2d3214ae8ac9c4bcd6b4da98be6dbfa75a402
EBUILD python-opensky-1.0.0.ebuild 974 BLAKE2B 70b59f9aa3739af44e48dbb761c0f88fb0cf044cdfbf3eb7a05f33b73267fd16a59fc1e3b6983ceef5c740ae1436d4716c5d382587814b5eb0c1bf23f2218d43 SHA512 f5d5da05b9813f0d644724e3a61fb7482d6738142fd12693f80ab1a6e34a20662449c1d5181dba21664ec9519eadeb54af49baa5e7753007167aca563edd6f03
MISC metadata.xml 530 BLAKE2B d18c629e5c557efb3f45a792d22885b65f95efe8dd84ba35efacbab80ba5706411b66cbf31e11e48a5ccc247a75f5d4d8d3d5b58f4ec80f3cd34525df87bbaf8 SHA512 f7c887f7f43ca71e109d4f453192ec9cf7431e63d45b2030c2d190d38cb98c1cdd9b7b1d6e724ed352698304cf2c1f05b7ebec1eff248bb0ecc3ffca04b26ce1

View File

@ -1,33 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Opensky API."
HOMEPAGE="https://github.com/joostlek/python-opensky https://pypi.org/project/python-opensky/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.10.8[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest