gnu: python-glymur: Update to 0.12.8.
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.8. [native-inputs]: Add python-scikit-image.
This commit is contained in:
parent
00a28bc435
commit
6e63530954
@ -1550,7 +1550,7 @@ of a loop structure or other iterative computation.")
|
|||||||
(define-public python-glymur
|
(define-public python-glymur
|
||||||
(package
|
(package
|
||||||
(name "python-glymur")
|
(name "python-glymur")
|
||||||
(version "0.12.0")
|
(version "0.12.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests data in PyPi package
|
(method git-fetch) ; no tests data in PyPi package
|
||||||
@ -1559,7 +1559,7 @@ of a loop structure or other iterative computation.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03nny8k42yxdyw7sjv43szmg23x3rqplbaf7m0a0lpvwla1dl78i"))))
|
(base32 "0mfyn9j7h13242d41vg12acw55yl2mv6lmgi265hfp11k7g52b6n"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -1588,7 +1588,7 @@ of a loop structure or other iterative computation.")
|
|||||||
;; which is patched above.
|
;; which is patched above.
|
||||||
(delete-file "tests/test_config.py"))))))
|
(delete-file "tests/test_config.py"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest python-scikit-image))
|
||||||
(inputs
|
(inputs
|
||||||
(list openjpeg ; glymur/lib/openjp2.py
|
(list openjpeg ; glymur/lib/openjp2.py
|
||||||
libtiff)) ; glymur/lib/tiff.py
|
libtiff)) ; glymur/lib/tiff.py
|
||||||
|
Loading…
Reference in New Issue
Block a user