andreas pushed a commit to branch python-team in repository guix. commit ea1623b4551070737de2191925a03ba420126719 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 c21b9b2a14..6b8ee86d77 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3228,6 +3228,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")