commit: 99cd12f912da480ab0aae9ddf07cd1022e8a3a0c Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Tue Feb 18 11:41:25 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 19:45:22 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=99cd12f9
dev-python/spectra: version bump 0.1.0 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1325 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/spectra/spectra-0.1.0.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-python/spectra/spectra-0.1.0.ebuild b/dev-python/spectra/spectra-0.1.0.ebuild index d0df23724..7f3a3cfb7 100644 --- a/dev-python/spectra/spectra-0.1.0.ebuild +++ b/dev-python/spectra/spectra-0.1.0.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) -inherit pypi distutils-r1 +inherit distutils-r1 DESCRIPTION="Easy color scales and color conversion for Python" HOMEPAGE="https://pypi.org/project/spectra/" +SRC_URI="https://github.com/jsvine/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="~amd64" -RDEPEND="dev-python/colormath[${PYTHON_USEDEP}]" +RDEPEND="dev-python/colormath2[${PYTHON_USEDEP}]" -# requires nose -RESTRICT="test" -#distutils_enable_tests pytest +distutils_enable_tests pytest
