mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cyvcf2: Update to 0.31.1
This commit also fixes the previous build failure. * gnu/packages/bioinformatics.scm (python-cyvcf2): Update to 0.31.1. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icc5057cf9f5e6ba141e6e29e8f4db657cd04c1d2 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
fac97d2a7f
commit
a51fc0d828
1 changed files with 7 additions and 3 deletions
|
@ -2357,7 +2357,7 @@ and sequence consensus.")
|
||||||
(define-public python-cyvcf2
|
(define-public python-cyvcf2
|
||||||
(package
|
(package
|
||||||
(name "python-cyvcf2")
|
(name "python-cyvcf2")
|
||||||
(version "0.30.28")
|
(version "0.31.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2366,7 +2366,7 @@ and sequence consensus.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16yhfax509zyip8kkq2b0lflx5bdq5why7d785ayrqyzzq2rxqkk"))
|
(base32 "02x7ic2q4x3sfwx9n2sxg0a79iifjal0a68fqp9ljsfvdx4b7nq5"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Delete bundled library
|
;; Delete bundled library
|
||||||
|
@ -2395,7 +2395,11 @@ and sequence consensus.")
|
||||||
(setenv "CYTHONIZE" "1")
|
(setenv "CYTHONIZE" "1")
|
||||||
(setenv "CYVCF2_HTSLIB_MODE" "EXTERNAL"))))))
|
(setenv "CYVCF2_HTSLIB_MODE" "EXTERNAL"))))))
|
||||||
(inputs (list curl htslib libdeflate openssl zlib))
|
(inputs (list curl htslib libdeflate openssl zlib))
|
||||||
(native-inputs (list python-cython python-pytest))
|
(native-inputs
|
||||||
|
(list python-cython
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-click
|
(list python-click
|
||||||
python-coloredlogs
|
python-coloredlogs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue