dev-python/pycocotools: add 2.0.6

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-29 12:17:10 +02:00 committed by Andreas Billmeier
parent ffbb741210
commit 72e98a8d2b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,5 @@
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

@ -0,0 +1,24 @@
# 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