gnu: Remove python-colormath.

* gnu/packages/python-xyz.scm (python-colormath): Delete variable.
(python-colormath2): Do not inherit and adopt all missing fields from
python-colormath.
[native-inputs]: Remove python-setuptools, and python-wheel; add
python-setuptools-next, and python-pytest.

Change-Id: Ied54dda89d2078150fd4d832974f74cef980a1da
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer 2025-08-24 08:53:51 +02:00 committed by Sharlatan Hellseher
parent d9aec7a799
commit 578350017b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10742,29 +10742,8 @@ methods is arguably lacking. This package provides drop-in wrappers
objects.") objects.")
(license license:expat))) (license license:expat)))
(define-public python-colormath
(package
(name "python-colormath")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colormath" version))
(sha256
(base32
"05qjycgxp3p2f9n6lmic68sxmsyvgnnlyl4z9w7dl9s56jphaiix"))))
(build-system python-build-system)
(propagated-inputs
(list python-networkx python-numpy))
(home-page "https://github.com/gtaylor/python-colormath")
(synopsis "Color math and conversion library")
(description
"This is a Python library for color math and conversions.")
(license license:bsd-3)))
(define-public python-colormath2 (define-public python-colormath2
(package (package
(inherit python-colormath)
(name "python-colormath2") (name "python-colormath2")
(version "3.0.3") (version "3.0.3")
(source (source
@ -10775,8 +10754,12 @@ objects.")
(base32 "1yigkhvjgbl9nrlijn4iwcs6k7i5y58drix1331cd1hb9wzn35z7")))) (base32 "1yigkhvjgbl9nrlijn4iwcs6k7i5y58drix1331cd1hb9wzn35z7"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (list python-networkx python-numpy)) (propagated-inputs (list python-networkx python-numpy))
(native-inputs (list python-setuptools python-wheel)) (native-inputs (list python-pytest python-setuptools-next))
(home-page "https://github.com/bkmgit/python-colormath2"))) (home-page "https://github.com/bkmgit/python-colormath2")
(synopsis "Color math and conversion library")
(description
"This is a Python library for color math and conversions.")
(license license:bsd-3)))
(define-public python-spectra (define-public python-spectra
(package (package