dev-python/faadelays: drop 0.0.7

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:19:51 +01:00 committed by Andreas Billmeier
parent 51dadb4bd9
commit 56ec501b12
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 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 1700 Ebuilds in total, 1689 of them have in total 1707 (42 different) licenses assigned.
There are 1699 Ebuilds in total, 1688 of them have in total 1706 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|988|
|MIT|987|
|Apache-2.0|355|
|GPL-3|108|
|BSD|93|

View File

@ -1,5 +1,3 @@
DIST faadelays-0.0.7.tar.gz 4641 BLAKE2B d364ea9946d850ef21114d284aa38c020fc087679e6c3d6043b5ceaa3621c64bc7115ce1d745cd41fade0a019ca174ae182f0613856b01be2d46f1658f1d9af2 SHA512 a0ab2f7257a3723c5b81613118160e76ef76ee47aa2cff533567c09b1119db7c0cafaa7540c8a9b915b4b461571e8fbdef3ccd6f759331c8def1b8e0a828d254
DIST faadelays-2023.9.1.tar.gz 4586 BLAKE2B 094028bc21c9884914ba7400836856efa382554b93ed6149dcbff5b12e361e7d8c647739bbb52463eaf1e073ef1fec30a1ff68729cc947d0e0b96653658ff954 SHA512 c78fc0674d2aa80d4b5bf48d5087f26194c979fb0de12088320d859b97cb33394788d6df261e391e7a558fbfda8782bff4068249a66859f1420fa580408311a1
EBUILD faadelays-0.0.7.ebuild 642 BLAKE2B 9b8d1c37c5ef0af90aa0764b3138431adcc804a4072cb49561d0578e48bdcdba7824ac55cd17ae5404a9654e9496cc40cbd17e8aefc04302389d8be7ca259b91 SHA512 40c5306249b72f8cb9dc7a1f01287d4ff91999d3d24f68b15b5a6fca7b54136828cbeebd7e244fa372839f4a34621c5eaeab6569d73c1c79137ec1bc9660bfa7
EBUILD faadelays-2023.9.1.ebuild 642 BLAKE2B 9b8d1c37c5ef0af90aa0764b3138431adcc804a4072cb49561d0578e48bdcdba7824ac55cd17ae5404a9654e9496cc40cbd17e8aefc04302389d8be7ca259b91 SHA512 40c5306249b72f8cb9dc7a1f01287d4ff91999d3d24f68b15b5a6fca7b54136828cbeebd7e244fa372839f4a34621c5eaeab6569d73c1c79137ec1bc9660bfa7
MISC metadata.xml 514 BLAKE2B ba75bd9846dc41afd4de0715537d94782b5cd515f7783e8b5940e6120a0bc6054ff3fbb9600f0ea0a89d463efa57baeb8c3c0396bff8bad2979ffbe2ec16cb17 SHA512 80d659c3ce1596ae8d8c4dc2ea2a05285cd6ef1da232b031b3e7bb85e3968fba312227544e6481235fafc7282b4e72bb52c4d81a336d457cb83e8c086675e0b2

View File

@ -1,31 +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="A package to retrieve FAA airport status"
HOMEPAGE="https://github.com/ntilley905/faadelays https://pypi.org/project/faadelays/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest