mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Pin some packages to python-cython-0.
* gnu/packages/audio.scm (python-pyliblo): [native-inputs]: Remove python-cython; add python-cython-0. * gnu/packages/bioinformatics.scm (python-pysam): Likewise. * gnu/packages/parallel.scm (openpmix): Likewise. * gnu/packages/python-science.scm (python-scipy): Likewise. Change-Id: I7a02d39b7d7cbb8a40ab4434bfe90d4e944433d3
This commit is contained in:
parent
ee5eb416dd
commit
aac71e0112
4 changed files with 4 additions and 4 deletions
|
@ -3592,7 +3592,7 @@ player-like clients.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments `(#:tests? #f)) ;no tests
|
(arguments `(#:tests? #f)) ;no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython python-setuptools python-wheel))
|
(list python-cython-0 python-setuptools python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list liblo))
|
(list liblo))
|
||||||
(home-page "https://das.nasophon.de/pyliblo/")
|
(home-page "https://das.nasophon.de/pyliblo/")
|
||||||
|
|
|
@ -6084,7 +6084,7 @@ subgroups.")
|
||||||
(inputs
|
(inputs
|
||||||
(list ncurses curl zlib))
|
(list ncurses curl zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython
|
(list python-cython-0
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel
|
python-wheel
|
||||||
|
|
|
@ -727,7 +727,7 @@ single-instruction multiple-data (SIMD) intrinsics.")
|
||||||
(("#define PMIX_CONFIGURE_CLI .*")
|
(("#define PMIX_CONFIGURE_CLI .*")
|
||||||
"#define PMIX_CONFIGURE_CLI \"[scrubbed]\"\n")))))))
|
"#define PMIX_CONFIGURE_CLI \"[scrubbed]\"\n")))))))
|
||||||
(inputs (list libevent `(,hwloc "lib") zlib))
|
(inputs (list libevent `(,hwloc "lib") zlib))
|
||||||
(native-inputs (list perl python python-cython))
|
(native-inputs (list perl python python-cython-0))
|
||||||
(synopsis "PMIx library")
|
(synopsis "PMIx library")
|
||||||
(description
|
(description
|
||||||
"PMIx is an application programming interface standard that provides
|
"PMIx is an application programming interface standard that provides
|
||||||
|
|
|
@ -3157,7 +3157,7 @@ cross-validation.")
|
||||||
meson-python
|
meson-python
|
||||||
pkg-config
|
pkg-config
|
||||||
python-click
|
python-click
|
||||||
python-cython-0.29.35
|
python-cython-0
|
||||||
python-doit
|
python-doit
|
||||||
python-hypothesis
|
python-hypothesis
|
||||||
python-pooch
|
python-pooch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue