mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: python-roifile: Update to 2025.5.10.
* gnu/packages/python-xyz.scm (python-roifile): Update to 2025.5.10. [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. [native-inputs]: Add python-setuptools. Change-Id: I35e052527647cc13ae345be3a2d99b7445bc3257 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
548206f941
commit
327931ccfd
1 changed files with 6 additions and 7 deletions
|
|
@ -12727,18 +12727,17 @@ the AST node being executed.")
|
|||
(define-public python-roifile
|
||||
(package
|
||||
(name "python-roifile")
|
||||
(version "2020.11.28")
|
||||
(version "2025.5.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "roifile" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04argnc7qccybkrj9ww18bf81ghsghhh93hnqy3p111rcdlyn66p"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f)) ; there are none
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(base32 "1kiwylcmxckzrqj3xn5ljcjfyx6y2s8bnqjd5psmkb4mjrwiypcf"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f)) ; There are none.
|
||||
(native-inputs (list python-setuptools))
|
||||
(propagated-inputs (list python-numpy))
|
||||
(home-page "https://www.lfd.uci.edu/~gohlke/")
|
||||
(synopsis "Read and write ImageJ ROI format")
|
||||
(description "Roifile is a Python library to read, write, create, and plot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue