dev-python/colored: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:23:05 +02:00 committed by Andreas Billmeier
parent 956e581dc6
commit 68965ab995
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 14 deletions

View File

@ -1,3 +1,3 @@
DIST colored-1.4.4.tar.gz 36786 BLAKE2B 1b02f4306b2bb7e903010b4f4c963fbab6d9c536d267c2f37392a780cba164cc4a214921e6de1a69cb1e4a84015ec6844371c7704a28f9862ce2863df06f07a7 SHA512 80139bae82499dc83cf1f4751703dcb6d18a10f90046c1e794705aa0e5da4cebb3f8493bf654e4074074631a6068e181a84353b330c04c772646abdab3994c5f
EBUILD colored-1.4.4.ebuild 645 BLAKE2B 7dfab3a4f26f4c87feca633d1ee39d53997850a79a15da70b8c1f230ada5220d9c32eb850f3a54407fed64748041a9eaad125f7a14daa095e5194d6af814861f SHA512 f62ba78405b2e789ca26d70c2152b84d27a9b23f3d8cbd1ebd30be803687936335cabbbb4125462b26a6b79476166ea8f579e3c8b65c2389044e3d9f1049a420
EBUILD colored-1.4.4.ebuild 496 BLAKE2B ab754ac433b643d7e1d4ff475b50414c5c962b285657ff744aaa7580f1bf276220048733355ab666029c216115d050c1fc3c9d3cae44870a83c418fa6ca5e643 SHA512 643aaad3da44590b0930ab9e7078179635ea263ad05deb5cba13af04def4d37a11fd82ba3ee3faddb047cce9d2d02080777effb9b0385a1df16a85a7c8c8de99
MISC metadata.xml 506 BLAKE2B 837bc97615d9d356a32f0b84b46d5281bc69166ab5af9ae2fb1a0c1b1c0fb7e122704d5dfe53a8f8ab8650467c53ab9e033d64ddd6ec7495b3fe488301b98d4f SHA512 8c789ebf8f2d51e0c9b3a3958b6ab0c37289ed0a87f75bde24f43b99a2189530f2196ff41975bdf90d029a42efa2ecbc21a1ecb834f8ff022e76601105f7038d

View File

@ -3,13 +3,11 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Simple library for color and formatting to terminal"
HOMEPAGE="https://gitlab.com/dslackw/colored https://pypi.org/project/colored/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,13 +17,4 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest