mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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
This commit is contained in:
parent
d14d5147b1
commit
1ea0e3e6dd
1 changed files with 3 additions and 11 deletions
|
@ -17900,22 +17900,14 @@ (define-public python-cooler
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue