dev-python/colorzero: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3f6c8f26b8
commit
682245607e
@ -1,3 +1,3 @@
|
||||
DIST colorzero-2.0.tar.gz 25382 BLAKE2B 826c025ff346782d1aaac434f02d3257a9b391413469b74c87c87a0063b570a3385c8a2f18a52888cc2592037143a16f0a39c98abfcc009e66eda796f52f0f97 SHA512 498fa476395a937f58b3f702880266f8a1cf90f0e7bb80aea18bfdf130d79ecc06657b3431c7624fe90c05dffc6bac388037152ec585382473299344421fb4cc
|
||||
EBUILD colorzero-2.0.ebuild 644 BLAKE2B 2a75447c241a25610895eabe6c60b40a732eef5d733c7d2d4315ba66058c00334476b185a0798f74734e11d7e9ceab0f65933f71d1e99e374396b033df86bff6 SHA512 48debf2a55d234100efb7bf63b4e1dd60ba02b5cde9e209fc24b33ed3316cf0c0fd7ec9bffe1967c76fa17f3706d3e940b57fcf45e865aac2204732de7b1eda4
|
||||
EBUILD colorzero-2.0.ebuild 485 BLAKE2B 85b4483db28d5115059ba1f190e7bf7c14186dc0bc4aad1f3b75c534b51f75f096657398217d39752b9e6e6042b8eedb653d0c731f3debb2c123e401797579eb SHA512 c2642ebcb49db17bfd4bb7ee8d384e730f885b14b4898cea576087e42a2bc9ca42d1897a934a023d5a3b65f1ed06c931f966c31791d6063277b18e87819aa589
|
||||
MISC metadata.xml 514 BLAKE2B fc11ead3fda949c63bd351808308632d6df537aad6309f90519d1ef4b8c0adea3ca6290f0cbbd794589e8d266581e5c3636b532bab78d001da519271a917a49e SHA512 30b17374e056d4a672661203374a968695ca55fc89fe0e9cb9a2bfb063928e44fea993a9870193ccb0a1bd20edccf9aa26843b2acf79c4ab428c124f52b404ab
|
||||
|
||||
@ -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="Yet another Python color library"
|
||||
HOMEPAGE="https://github.com/waveform80/colorzero/ https://pypi.org/project/colorzero/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
@ -19,14 +17,4 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user