sharlatan pushed a commit to branch python-team
in repository guix.
commit 63734cdf5b0c37f266b28848049bce42349766fb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Mar 26 21:33:26 2025 +0000
gnu: python-parabam: Add a maintenance note.
* gnu/packages/bioinformatics.scm (python-parabam): Add a maintenance
note on package build issue, reported upstream.
Change-Id: I447fa2354a2318b19d0eca5acf844a574e49db09
---
gnu/packages/bioinformatics.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0eac49a2a1..18baeaf483 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3227,6 +3227,8 @@ phylogenetic trees also goes by the name
simulationmethods for phylogenetic
trees, synthetic data generation, or just phylogenetic tree simulation.")
(license license:expat)))
+;; XXX: Probably unmaintained, build fails with Python 3.11, see
+;; <https://github.com/cancerit/parabam/issues/10>.
(define-public python-parabam
(package
(name "python-parabam")