mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-build-core: Update to 0.10.7.
* gnu/packages/python-science.scm (python-scikit-build-core): Update to 0.10.7. [native-inputs]: Add python-pytest-subprocess. Change-Id: I3da5a9e5d59900335deee2d4a5a1c80d1dd7c5ab
This commit is contained in:
parent
5a4c2f347a
commit
35c5f07e96
1 changed files with 4 additions and 3 deletions
|
@ -477,13 +477,13 @@ genetic variation data.")
|
||||||
(define-public python-scikit-build-core
|
(define-public python-scikit-build-core
|
||||||
(package
|
(package
|
||||||
(name "python-scikit-build-core")
|
(name "python-scikit-build-core")
|
||||||
(version "0.9.3")
|
(version "0.10.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "scikit_build_core" version))
|
(uri (pypi-uri "scikit_build_core" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "146k3w3kcamyyqassmsmp6h4f5lb3cdqnbjjcbf0jm1s8wz1279l"))))
|
(base32 "1y64d8rl39banfwdkszyd4sbzp795q8lj66yxrz2l84mwygvbjq4"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Tests are aborted with the admonition: "setup.py install is
|
;; Tests are aborted with the admonition: "setup.py install is
|
||||||
;; deprecated. Use build and pip and other standards-based tools."
|
;; deprecated. Use build and pip and other standards-based tools."
|
||||||
|
@ -496,7 +496,6 @@ genetic variation data.")
|
||||||
python-tomli
|
python-tomli
|
||||||
python-typing-extensions))
|
python-typing-extensions))
|
||||||
(native-inputs (list pybind11
|
(native-inputs (list pybind11
|
||||||
python-pypa-build
|
|
||||||
python-cattrs
|
python-cattrs
|
||||||
python-fastjsonschema
|
python-fastjsonschema
|
||||||
python-hatch-fancy-pypi-readme
|
python-hatch-fancy-pypi-readme
|
||||||
|
@ -504,7 +503,9 @@ genetic variation data.")
|
||||||
python-hatchling
|
python-hatchling
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pip
|
python-pip
|
||||||
|
python-pypa-build
|
||||||
python-pytest
|
python-pytest
|
||||||
|
python-pytest-subprocess
|
||||||
python-rich
|
python-rich
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue