summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-21 12:20:26 +0100
committerAndrew Tropin <andrew@trop.in>2025-08-31 15:24:59 +0700
commit6cdb7e7e7806e67cdaa3035b0e5172320328f1be (patch)
tree6e4e6c878af6a702bd4461d02948798e6657ec72
parent3efd90a13a1051ec6874b550543c38b18f0dab59 (diff)
gnu: python-glymur: Update to 0.14.3.
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.14.3. [propagated-inputs]: Remove python-packaging; add python-pillow. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I5644607ba14a01bfb045a36d4f9405744ce9184c
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e2fbcde061..32bf443722 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3370,7 +3370,7 @@ point types:
(define-public python-glymur
(package
(name "python-glymur")
- (version "0.13.6")
+ (version "0.14.3")
(source
(origin
(method git-fetch) ; no tests data in PyPi package
@@ -3379,7 +3379,7 @@ point types:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "06v6g0fwzmy2imhrvy0q4zrhrlrp24yhs098vi13r92ga63c72xl"))))
+ (base32 "0266gj8a2p8jkbgb34lgk8dwin7ib2g38vdh04b2p6yhqx8w3xg8"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3410,15 +3410,14 @@ point types:
(list python-pytest
python-pytest-xdist
python-scikit-image
- python-setuptools
- python-wheel))
+ python-setuptools-next))
(inputs
(list openjpeg ; glymur/lib/openjp2.py
libtiff)) ; glymur/lib/tiff.py
(propagated-inputs
(list python-lxml
python-numpy
- python-packaging))
+ python-pillow ))
(home-page "https://github.com/quintusdias/glymur")
(synopsis "Python interface to OpenJPEG and LibTIFF")
(description