mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-dnaio: Update to 0.10.0.
* gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.10.0. [arguments]: Disable tests, because they don't exist. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools-scm; move python-xopen from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
1b956b17b2
commit
cb15c60d35
1 changed files with 8 additions and 4 deletions
|
@ -3859,17 +3859,21 @@ (define-public crossmap
|
|||
(define-public python-dnaio
|
||||
(package
|
||||
(name "python-dnaio")
|
||||
(version "0.6.0")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "dnaio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14v5yyasq2bz34j38wi3xfcp06jj7l35ppibjcn95l2n73hz3zwi"))))
|
||||
(build-system python-build-system)
|
||||
"064xc4j8plb4fpkm8mw55715mvpvi2sxsknpjx18c2zh904salfy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #false)) ;there are none
|
||||
(native-inputs
|
||||
(list python-cython python-pytest python-xopen))
|
||||
(list python-cython python-pytest python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-xopen))
|
||||
(home-page "https://github.com/marcelm/dnaio/")
|
||||
(synopsis "Read FASTA and FASTQ files efficiently")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue