gnu: python-bx-python: Update to 0.8.12.
* gnu/packages/bioinformatics.scm (python-bx-python): Update to 0.8.12. [propagated-inputs]: Remove python-six. [arguments]: Remove. Tests are still not run, though.master
parent
4b4ab4ce4d
commit
699b443c86
|
@ -2267,19 +2267,19 @@ off-target reads for a capture method that targets CpG-rich region.")
|
||||||
(define-public python-bx-python
|
(define-public python-bx-python
|
||||||
(package
|
(package
|
||||||
(name "python-bx-python")
|
(name "python-bx-python")
|
||||||
(version "0.8.2")
|
(version "0.8.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "bx-python" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/bxlab/bx-python")
|
||||||
|
(commit "f4e6a5c93e719db69b5798b6fdd9b167da358316")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11kksg2rbzihpmcid823xvg42xi88m7sz58rzk29abybkxy0rszs"))))
|
"0mclahslz34vq9x424jmzsxk0nmpm1j716fa8h3zwr9ssvch7skc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; Tests fail because test data are not included
|
|
||||||
(arguments '(#:tests? #f))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-numpy" ,python-numpy)
|
`(("python-numpy" ,python-numpy)))
|
||||||
("python-six" ,python-six)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue