mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: Remove python2-dendropy.
* gnu/packages/bioinformatics.scm (python2-dendropy): Delete variable.
This commit is contained in:
parent
d2c971e67b
commit
bcdd45be6f
1 changed files with 0 additions and 16 deletions
|
@ -2955,22 +2955,6 @@ (define-public python-dendropy
|
||||||
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…
Reference in a new issue