diff --git a/README.md b/README.md index 1d14b83cd..908236da6 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 1640 Ebuilds in total, 1629 of them have in total 1647 (42 different) licenses assigned. +There are 1639 Ebuilds in total, 1628 of them have in total 1646 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|950| +|MIT|949| |Apache-2.0|343| |GPL-3|105| |BSD|88| diff --git a/dev-python/pygti/Manifest b/dev-python/pygti/Manifest index d2ea7f00a..8d2b88d94 100644 --- a/dev-python/pygti/Manifest +++ b/dev-python/pygti/Manifest @@ -1,5 +1,3 @@ -DIST pygti-0.9.3.tar.gz 44367 BLAKE2B ef6c2864e7a2dfc53359103bd4b73bf2155025aebb6f1398ac9121e03bff829d252b2bd29adf5d5f55249e9a8a64953a98fa76b83d37fba804bc98772fe3fab7 SHA512 81c8e776aecbe7ce678a25e1dd92ae292260fb1ec5efba21f282d77f68a887322fac099bbf6625838e14d44ad02bbd48b7c02639d6d5bb7e6e9508b5c4b4a52e DIST pygti-0.9.4.tar.gz 44394 BLAKE2B e3ada01fa4d7dc570478b7f15d1663236b4eee31336fca70a88aaa84bfdfb9666a667b8bbff46d7766afe689b4131d713d57b3578580a46a0d9a77cd41a1f020 SHA512 fc740a9ec14f2f27cda6b9722299b98a2c86bcf6d20223a19b6c7f25f9003912b0750e9d6c751b73e72ebf6c1946e57578f7e395644e16e5cc6d24741e495423 -EBUILD pygti-0.9.3.ebuild 624 BLAKE2B 8ba53442fde13946336d9d19222525ade24d49e7fe2c2face7b647f082f660a33302ba5cc02c773d115b52959dd50dea21471190b5868fa58f6815bff2fcd9c5 SHA512 19f442df044580f75364d5b432d2bc2135e2c2ffc3430b0f810b5e0459c933c14ec134f17d694e93885c5e8428cb2ce139bd3c604282b3d6219ba3c01e491209 EBUILD pygti-0.9.4.ebuild 624 BLAKE2B 8ba53442fde13946336d9d19222525ade24d49e7fe2c2face7b647f082f660a33302ba5cc02c773d115b52959dd50dea21471190b5868fa58f6815bff2fcd9c5 SHA512 19f442df044580f75364d5b432d2bc2135e2c2ffc3430b0f810b5e0459c933c14ec134f17d694e93885c5e8428cb2ce139bd3c604282b3d6219ba3c01e491209 MISC metadata.xml 508 BLAKE2B 34a5fd762fe38117032a8fdd7968bb6ec74f700b95a780efa751b2d9e097e92b0bfdc9834c563d98cc6a7cf759293a93f096a55a5451c48f073cd913dedc3d41 SHA512 c8413d53421715368ca957f65fc6331623721f234f4ecf727017272a245784769cbb63adf162beb2362c745528f035e08bff0eacac96eccd702e37373c16c8d0 diff --git a/dev-python/pygti/pygti-0.9.3.ebuild b/dev-python/pygti/pygti-0.9.3.ebuild deleted file mode 100644 index 3fd5fc2df..000000000 --- a/dev-python/pygti/pygti-0.9.3.ebuild +++ /dev/null @@ -1,25 +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="access public transport information in hamburg, germany." -HOMEPAGE="https://github.com/vigonotion/pygti https://pypi.org/project/pygti/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/voluptuous[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest