From 56ec501b12dfe86ac22d2383e0c21992834483b0 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 17 Dec 2023 17:19:51 +0100 Subject: [PATCH] dev-python/faadelays: drop 0.0.7 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/faadelays/Manifest | 2 -- dev-python/faadelays/faadelays-0.0.7.ebuild | 31 --------------------- 3 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 dev-python/faadelays/faadelays-0.0.7.ebuild diff --git a/README.md b/README.md index eadff6243..62a3b238c 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/faadelays/Manifest b/dev-python/faadelays/Manifest index cf60f0dd3..2f9ea00fc 100644 --- a/dev-python/faadelays/Manifest +++ b/dev-python/faadelays/Manifest @@ -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 diff --git a/dev-python/faadelays/faadelays-0.0.7.ebuild b/dev-python/faadelays/faadelays-0.0.7.ebuild deleted file mode 100644 index f925b3ca3..000000000 --- a/dev-python/faadelays/faadelays-0.0.7.ebuild +++ /dev/null @@ -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