diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-08-24 08:53:51 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 23:34:35 +0100 |
| commit | 578350017b3cd301949bfb1c0a36de83c2ca13d6 (patch) | |
| tree | d359703801566671947ed65239601491927ae02c /gnu/packages/python-xyz.scm | |
| parent | d9aec7a7997665e46acb73d21146c2bbb119f23f (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 32bf443722..efe7f022fb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10742,29 +10742,8 @@ methods is arguably lacking. This package provides drop-in wrappers objects.") (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 (package - (inherit python-colormath) (name "python-colormath2") (version "3.0.3") (source @@ -10775,8 +10754,12 @@ objects.") (base32 "1yigkhvjgbl9nrlijn4iwcs6k7i5y58drix1331cd1hb9wzn35z7")))) (build-system pyproject-build-system) (propagated-inputs (list python-networkx python-numpy)) - (native-inputs (list python-setuptools python-wheel)) - (home-page "https://github.com/bkmgit/python-colormath2"))) + (native-inputs (list python-pytest python-setuptools-next)) + (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 (package |
