gnu: python-ctxcore: Update to 0.2.0.
* gnu/packages/bioinformatics.scm (python-ctxcore): Update to 0.2.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Replace python-pyarrow-0.16 with python-pyarrow. Change-Id: I3f72f9872b438c0a624d23becb5d7828f1986da7
This commit is contained in:
parent
b2aa1d7cd0
commit
46b1e717cf
1 changed files with 5 additions and 5 deletions
|
|
@ -17990,7 +17990,7 @@ updated much more frequently.")
|
||||||
(define-public python-ctxcore
|
(define-public python-ctxcore
|
||||||
(package
|
(package
|
||||||
(name "python-ctxcore")
|
(name "python-ctxcore")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -18000,8 +18000,8 @@ updated much more frequently.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16nlj7z8pirgjad7vlgm7226b3hpw4a7n967vyfg26dsf5n8k70d"))))
|
"0nv4lc46cnzpg5gcdxrsv7b4srmkq55zl3rcadw5pn3yyz5fzd2k"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
|
@ -18013,12 +18013,12 @@ updated much more frequently.")
|
||||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
|
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cytoolz
|
(list python-cytoolz
|
||||||
python-numba
|
|
||||||
python-frozendict
|
python-frozendict
|
||||||
|
python-numba
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pandas
|
python-pandas
|
||||||
|
python-pyarrow
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
python-pyarrow-0.16
|
|
||||||
python-tqdm))
|
python-tqdm))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
|
|
|
||||||
Reference in a new issue