me
/
guix
Archived
1
0
Fork 0

gnu: python-cooltools: Update to 0.7.0.

* gnu/packages/bioinformatics.scm (python-cooltools): Update to 0.7.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove.

Change-Id: I4112bf0cbc309df551087b8bb3cb1d37af7f751d
master
Ricardo Wurmus 2024-05-03 11:42:00 +02:00
parent d14d5147b1
commit 1ea0e3e6dd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 11 deletions

View File

@ -17900,22 +17900,14 @@ such as Hi-C contact matrices.")
(define-public python-cooltools
(package
(name "python-cooltools")
(version "0.5.1")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "cooltools" version))
(sha256
(base32
"08hyzd3kazr87nvv6rwp5i1g9rwj7jmrly925lqnvippz4wp7k4g"))))
(build-system python-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "pytest" "-v")))))))
"076fgqzf6453cx5zs32vz0f5yvfg53w8ayq9s79jssy7gj2x89lb"))))
(build-system pyproject-build-system)
(native-inputs
(list python-cython
python-pytest))