gnu: Remove python2-dendropy.
* gnu/packages/bioinformatics.scm (python2-dendropy): Delete variable.
This commit is contained in:
parent
d2c971e67b
commit
bcdd45be6f
@ -2955,22 +2955,6 @@ writing, simulation, processing and manipulation of phylogenetic
|
|||||||
trees (phylogenies) and characters.")
|
trees (phylogenies) and characters.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-dendropy
|
|
||||||
(let ((base (package-with-python2 python-dendropy)))
|
|
||||||
(package/inherit base
|
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'remove-failing-test
|
|
||||||
(lambda _
|
|
||||||
;; This test fails when the full test suite is run, as documented
|
|
||||||
;; at https://github.com/jeetsukumaran/DendroPy/issues/74
|
|
||||||
(substitute* "tests/test_dataio_nexml_reader_tree_list.py"
|
|
||||||
(("test_collection_comments_and_annotations")
|
|
||||||
"do_not_test_collection_comments_and_annotations"))
|
|
||||||
#t)))
|
|
||||||
,@(package-arguments base))))))
|
|
||||||
|
|
||||||
(define-public python-py2bit
|
(define-public python-py2bit
|
||||||
(package
|
(package
|
||||||
(name "python-py2bit")
|
(name "python-py2bit")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user