[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: python-dendropy: Update to 4.5.1.
From: |
guix-commits |
Subject: |
03/09: gnu: python-dendropy: Update to 4.5.1. |
Date: |
Tue, 7 Dec 2021 09:52:22 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 58fecfd18e55e55669fb0051e43e6ec8a2635076
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 14:53:37 2021 +0100
gnu: python-dendropy: Update to 4.5.1.
* gnu/packages/bioinformatics.scm (python-dendropy): Update to 4.5.1.
[arguments]: Skip failing tests.
---
gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 274000d..a827bde 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3076,7 +3076,7 @@ CWL descriptions.")
(define-public python-dendropy
(package
(name "python-dendropy")
- (version "4.4.0")
+ (version "4.5.1")
(source
(origin
(method git-fetch)
@@ -3087,8 +3087,26 @@ CWL descriptions.")
(file-name (git-file-name name version))
(sha256
(base32
- "097hfyv2kaf4x92i4rjx0paw2cncxap48qivv8zxng4z7nhid0x9"))))
+ "0lrfzjqzbpk1rrra9vd7z2j7q09jy9w1ss7wn2rd85i4k5y3xz8l"))))
(build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-broken-tests
+ (lambda _
+ ;; These tests fail because we have no "paup" executable.
+ (substitute* "tests/test_datamodel_split_bitmasks.py"
+ (((format #false "(~{~a~^|~})"
+ '("test_group1"
+ "test_basic_split_counting_under_different_rootings"
+
"test_basic_split_count_with_incorrect_weight_treatment_raises_error"
+
"test_basic_split_count_with_incorrect_rootings_raises_error")) m)
+ (string-append "_skip_" m)))
+ (delete-file "tests/test_paup.py")
+ ;; Assert error for unknown reasons
+ (substitute* "tests/test_protractedspeciation.py"
+ (("test_by_num_lineages" m)
+ (string-append "_skip_" m))))))))
(home-page "https://dendropy.org/")
(synopsis "Library for phylogenetics and phylogenetic computing")
(description
- branch core-updates-frozen updated (c08d6e6 -> 8dcf062), guix-commits, 2021/12/07
- 01/09: gnu: Add python-cytoolz-for-cooler., guix-commits, 2021/12/07
- 03/09: gnu: python-dendropy: Update to 4.5.1.,
guix-commits <=
- 05/09: gnu: taxtastic: Update to 0.9.2., guix-commits, 2021/12/07
- 06/09: gnu: python-schema-salad: Update to 8.2.20211116214159., guix-commits, 2021/12/07
- 08/09: gnu: fsom: Build with GCC 6., guix-commits, 2021/12/07
- 09/09: gnu: python-ndg-httpsclient: Add missing input., guix-commits, 2021/12/07
- 02/09: gnu: python-cooler: Use python-cytoolz-for-cooler., guix-commits, 2021/12/07
- 04/09: gnu: taxtastic: Run tests conditionally., guix-commits, 2021/12/07
- 07/09: gnu: python-velocyto: Remove generated C files., guix-commits, 2021/12/07