dev-python/colorthief: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:25:07 +02:00 committed by Andreas Billmeier
parent 090942b74b
commit 3f6c8f26b8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST colorthief-0.2.1.tar.gz 6164 BLAKE2B 7d05951c5ee6b2ab39aa882f871e5e49cf416f134aa696243e0800d1d7f41fbcb96b32374a2a72bdef3a0e01f9d0987b5789658abd1a6b56ed01a75d888d596b SHA512 33d8f048d6e0fb4b6f3b5a6d7fd53ec8156e1ab4b2fe9c8252d49954929a3046547536ae7cb6d7752c43fd2974b36acffabcc61d733ad462a2504ead36c99da7
EBUILD colorthief-0.2.1.ebuild 694 BLAKE2B 50be9cda1ed25569e7349621c88e33347e948da08d7e87e54ecec7b78d36e44fbf7ad024e8e3685be26b7e2aa41945a7861216df84183f12671787af1ad2db70 SHA512 3c04964527195271dfb3fb2066840d4bcd9b6ed89f528c8fce620e82da379897072e712e71c36e82c3999342114f4d4feb89d45f5b59c2f17650932693ef6bd4
EBUILD colorthief-0.2.1.ebuild 536 BLAKE2B 70b74d71629a22f235c4eb80db095bd7ace5db8211ade95994a82c34284837c77a9b98ebb46019c201d01556d744fc756cf1b661981a9a20124cc9c514b3500f SHA512 752816c9ace01b4bf859a3fae49326e88117107e45c2343d77ee9e58a3c0b6d501ef1a0864f135cd6fcb817790f689edf2b9cc56f944cc7b9146c2728e5ad64f
MISC metadata.xml 514 BLAKE2B e58e9025359b2dc5021df8036b9404a315c77044968f2445f20f9c440d9f176ab868de1f58b46a4d24749a1b750d123c8f75d9fda8f28619596cb53768ff8edf SHA512 fc2eba6ea22137e0020ce725210b30316c83b0250ffc35b6ca565afbda6e701c30d7ee3f64f91d66a6ee0595a2fd1f3da58899bb4a9ad31d05bac8a29e1ab078

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A module for grabbing the color palette from an image."
HOMEPAGE="https://github.com/fengsp/color-thief-py https://pypi.org/project/colorthief/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -18,14 +16,5 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest