diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-12-16 16:48:03 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:21 +0100 |
| commit | 35c5f07e967155d2276c7ec58e5108e4da02c974 (patch) | |
| tree | 2f1575ca2b57bc0c5cfd492bd854f6b8cd0fb3ba /gnu/packages/python-science.scm | |
| parent | 5a4c2f347a219902c0c09ce800fbde1b5a24f150 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e4030d6a7fd..36950a86388 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -477,13 +477,13 @@ genetic variation data.") | |||
| 477 | (define-public python-scikit-build-core | 477 | (define-public python-scikit-build-core |
| 478 | (package | 478 | (package |
| 479 | (name "python-scikit-build-core") | 479 | (name "python-scikit-build-core") |
| 480 | (version "0.9.3") | 480 | (version "0.10.7") |
| 481 | (source | 481 | (source |
| 482 | (origin | 482 | (origin |
| 483 | (method url-fetch) | 483 | (method url-fetch) |
| 484 | (uri (pypi-uri "scikit_build_core" version)) | 484 | (uri (pypi-uri "scikit_build_core" version)) |
| 485 | (sha256 | 485 | (sha256 |
| 486 | (base32 "146k3w3kcamyyqassmsmp6h4f5lb3cdqnbjjcbf0jm1s8wz1279l")))) | 486 | (base32 "1y64d8rl39banfwdkszyd4sbzp795q8lj66yxrz2l84mwygvbjq4")))) |
| 487 | (build-system pyproject-build-system) | 487 | (build-system pyproject-build-system) |
| 488 | ;; Tests are aborted with the admonition: "setup.py install is | 488 | ;; Tests are aborted with the admonition: "setup.py install is |
| 489 | ;; deprecated. Use build and pip and other standards-based tools." | 489 | ;; deprecated. Use build and pip and other standards-based tools." |
| @@ -496,7 +496,6 @@ genetic variation data.") | |||
| 496 | python-tomli | 496 | python-tomli |
| 497 | python-typing-extensions)) | 497 | python-typing-extensions)) |
| 498 | (native-inputs (list pybind11 | 498 | (native-inputs (list pybind11 |
| 499 | python-pypa-build | ||
| 500 | python-cattrs | 499 | python-cattrs |
| 501 | python-fastjsonschema | 500 | python-fastjsonschema |
| 502 | python-hatch-fancy-pypi-readme | 501 | python-hatch-fancy-pypi-readme |
| @@ -504,7 +503,9 @@ genetic variation data.") | |||
| 504 | python-hatchling | 503 | python-hatchling |
| 505 | python-numpy | 504 | python-numpy |
| 506 | python-pip | 505 | python-pip |
| 506 | python-pypa-build | ||
| 507 | python-pytest | 507 | python-pytest |
| 508 | python-pytest-subprocess | ||
| 508 | python-rich | 509 | python-rich |
| 509 | python-setuptools | 510 | python-setuptools |
| 510 | python-setuptools-scm | 511 | python-setuptools-scm |
