gnu: Remove python2-dendropy.

* gnu/packages/bioinformatics.scm (python2-dendropy): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 13:35:51 -04:00
parent d2c971e67b
commit bcdd45be6f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2955,22 +2955,6 @@ (define-public python-dendropy
trees (phylogenies) and characters.")
(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
(package
(name "python-py2bit")