diff --git a/README.md b/README.md index c4c184e246..f7e8606387 100644 --- a/README.md +++ b/README.md @@ -617,11 +617,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 1983 Ebuilds in total, 1972 of them have in total 1991 (42 different) licenses assigned. +There are 1982 Ebuilds in total, 1971 of them have in total 1990 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1121| +|MIT|1120| |Apache-2.0|451| |GPL-3|129| |BSD|112| diff --git a/dev-python/bring-api/Manifest b/dev-python/bring-api/Manifest index fdf4da4460..ceb85b6325 100644 --- a/dev-python/bring-api/Manifest +++ b/dev-python/bring-api/Manifest @@ -1,7 +1,5 @@ -DIST bring-api-0.5.5.tar.gz 64330 BLAKE2B a3b5925972d150ac64adac7345fd4d73b98034686805881c5b6738cdc996243e5c0a1fce86d3f8182820ff941c4ce0b2e521dca6b671c71a6742237b6de6c6b1 SHA512 4ab5a41029ac288b550e3a8c87be0c5112bff7b5ad0c12e752a81e2acdee6d4611e99da32932fade07d45229ef4b45eaf8adef1f7e4bfd0681857182c1d55175 DIST bring-api-0.5.6.tar.gz 64421 BLAKE2B 724b24eb94486dd958db9e47d29981f850648fb21fb347e4c7042cec86b3eb198c53fe68fc79e120b9ebf5d9ea55914625525bb77fc41b17a28081cbcf46122c SHA512 026e2d983806001968a75ba79152f659ff0969f095df16d38bb470f537c826ca430730dae7751b7067afbd70d790aa20735987f7a504e09a4b3fb6f796f64321 DIST bring-api-0.5.7.tar.gz 65197 BLAKE2B 484ba7ccaa1e0d58e9be12bc97fa5cf026bf5965ba6f5bc5b9152c72a8ed7230db16cb1e5628369e478b87f39f0af34aeb7a71059358c87e35e34b554d55d105 SHA512 9e1c5d11967b23c93ae19de2dfaab42cefef51c47e54a68f9decda72e3b1eefe694295efa8d240738401cdfef74ee7558ee9857e79855e20e9e8cdf51386c5be -EBUILD bring-api-0.5.5.ebuild 576 BLAKE2B b716bca400e044caa29236d10f44edc3450251185a1b00d9106a3b08a192d8a510c4ef9e5723c0f85bb1cc00dcc41e5d3d975f43dd0f32c14c4389daa4cf5305 SHA512 874a61e85ee28b09fab29d34a323637ee26d8a25a634aec7392cb802eee104a20fc425acc7549ff01d789782e82a3fb8c5a362ed5303ee03e57ac9f0eaf7c154 EBUILD bring-api-0.5.6.ebuild 577 BLAKE2B f954182871bad3a0e6fb3854b7f9def1266be44d5efc59429f8cb5f8de9738f0193e4c93e53faa44fb0fde8e9d6f7c7ada53abdca72468059c9ab339aedcbf7b SHA512 c4de4852d763c2e443a5a8812e2bb4ea97a0dd3d99fa38e882d1b55e76484fe99f19e58532a0420a16ac5ca2904d6651dc6d0335d1f99bc9f630936cbc66cd70 EBUILD bring-api-0.5.7.ebuild 577 BLAKE2B f954182871bad3a0e6fb3854b7f9def1266be44d5efc59429f8cb5f8de9738f0193e4c93e53faa44fb0fde8e9d6f7c7ada53abdca72468059c9ab339aedcbf7b SHA512 c4de4852d763c2e443a5a8812e2bb4ea97a0dd3d99fa38e882d1b55e76484fe99f19e58532a0420a16ac5ca2904d6651dc6d0335d1f99bc9f630936cbc66cd70 MISC metadata.xml 530 BLAKE2B 8a352f417a5320e07a476b2a19bd1d8d3f9b9782da4200e4db00edc1e393c946c3f44fc23537dfb34c06c5e0e198f80c5bccfc0a22b8754c0641308336a34928 SHA512 c223d5742ac038247c87aa8f8ed2387d195571d8d6cd5937c76c9965b69a62da612b8e5a5bf120554da149fc20590adece41a316790d196bbad246bc3937cf3d diff --git a/dev-python/bring-api/bring-api-0.5.5.ebuild b/dev-python/bring-api/bring-api-0.5.5.ebuild deleted file mode 100644 index 6d03c17fc2..0000000000 --- a/dev-python/bring-api/bring-api-0.5.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="Unofficial package to access Bring! shopping lists API." -HOMEPAGE="https://github.com/miaucl/python-bring-api https://pypi.org/project/bring-api/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" -RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" -distutils_enable_tests pytest