mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Remove python2-biom-format.
There are no users of this variant, and the current version of biom-format does not support Python 2. * gnu/packages/bioinformatics.scm (python2-biom-format): Remove variable. (python-biom-format)[properties]: Remove field.
This commit is contained in:
parent
8fa7de386c
commit
aa2d5ca02e
1 changed files with 1 additions and 17 deletions
|
@ -1094,23 +1094,7 @@ (define-public python-biom-format
|
||||||
representing counts of observations e.g. operational taxonomic units, KEGG
|
representing counts of observations e.g. operational taxonomic units, KEGG
|
||||||
orthology groups or lipid types, in one or more biological samples
|
orthology groups or lipid types, in one or more biological samples
|
||||||
e.g. microbiome samples, genomes, metagenomes.")
|
e.g. microbiome samples, genomes, metagenomes.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)))
|
||||||
(properties `((python2-variant . ,(delay python2-biom-format))))))
|
|
||||||
|
|
||||||
(define-public python2-biom-format
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-biom-format))))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments base)
|
|
||||||
((#:phases phases)
|
|
||||||
`(modify-phases ,phases
|
|
||||||
;; Do not require the unmaintained pyqi library.
|
|
||||||
(add-after 'unpack 'remove-pyqi
|
|
||||||
(lambda _
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("install_requires.append\\(\"pyqi\"\\)") "pass"))
|
|
||||||
#t)))))))))
|
|
||||||
|
|
||||||
(define-public python-pairtools
|
(define-public python-pairtools
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue