dev-python/pycocotools: drop 2.0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:49:00 +01:00 committed by Andreas Billmeier
parent 0c0208cffa
commit 1ef4ba46a7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 28 deletions

View File

@ -612,14 +612,14 @@ 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 1647 Ebuilds in total, 1636 of them have in total 1654 (42 different) licenses assigned.
There are 1646 Ebuilds in total, 1635 of them have in total 1653 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|954|
|Apache-2.0|344|
|GPL-3|105|
|BSD|90|
|BSD|89|
|LGPL-3|23|
|GPL-2|22|
|all-rights-reserved|15|

View File

@ -1,5 +1,3 @@
DIST pycocotools-2.0.1.tar.gz 23435 BLAKE2B c9c255119a80844ad23f0c5267a07ca16de99ee6bae09257011b989876a39882b6b3f74e522d9121a210a7d4d679992cf9fcbdc3de6aba0145e6215e9e766729 SHA512 e69e8339c4511062755f35d926153ddf37471d094fd8db16912b941b7935c9285c3806c0af1d7c2e772667faf8c42eac4277cc4548acb7e2b2a82c3170e0cb01
DIST pycocotools-2.0.6.tar.gz 24100 BLAKE2B 1547ed541e8d6a13770703e437ffb8eebc93f0cf5896c629edd8bfed6503329bf70ded9a6a9f6fd6e3ddcdcd3b3f0b5621138dfda2d20afecaed3dbe0a6f1110 SHA512 7e8e74a629c1c1a0098ebcccb0db09ba0291ed106abdf6ce5d050f756ae0f4ddda06e7d3f0251f20678c52d86596f23d57c890c5dfda37f51022cd5f1ef60ac3
EBUILD pycocotools-2.0.1.ebuild 575 BLAKE2B 1a07269146d41e2e7105db6b59b91aee2e04dd82bc3be1a88cb9aa7f501ad4edc40c188ec69433aee812687b633e54533c3f584794b808e39ddc09b5c96f7064 SHA512 814697e11028c2cfe04208b436492f3f48bde54b27c768244f387303161dc1d36d5e516931f9b135b4724a7482b315b6bd242c4bef2441c70283736fb5e3010c
EBUILD pycocotools-2.0.6.ebuild 575 BLAKE2B 1a07269146d41e2e7105db6b59b91aee2e04dd82bc3be1a88cb9aa7f501ad4edc40c188ec69433aee812687b633e54533c3f584794b808e39ddc09b5c96f7064 SHA512 814697e11028c2cfe04208b436492f3f48bde54b27c768244f387303161dc1d36d5e516931f9b135b4724a7482b315b6bd242c4bef2441c70283736fb5e3010c
MISC metadata.xml 388 BLAKE2B 69dbfbb098b494abfe936ac7e5da30b5d6e12174efebe829a4a25e728e18e37078e26f61433603da8bd8b5030793ce97d4c6113eb27cd6ef2d32bec87667b921 SHA512 aef85ea6bdcf890c7d830ac72070bb264db9a56f116c41ac8d218e898fc1eff246bba6423b5a7637914faf31ce21cf9fa5ccf56b374f8007b9f786d405611f94

View File

@ -1,24 +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="Official APIs for the MS-COCO dataset"
HOMEPAGE="https://github.com/ppwwyyxx/cocoapi https://pypi.org/project/pycocotools/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]"
distutils_enable_tests pytest