[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/57: gnu: python-scikit-build-core: Update to 0.10.7.
From: |
guix-commits |
Subject: |
13/57: gnu: python-scikit-build-core: Update to 0.10.7. |
Date: |
Thu, 19 Dec 2024 06:31:36 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit a04888e76d2eb328089168fc80959a785aef4d8c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 16:48:03 2024 +0100
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
---
gnu/packages/python-science.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e4c59c4849..d532ceffe4 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -477,13 +477,13 @@ genetic variation data.")
(define-public python-scikit-build-core
(package
(name "python-scikit-build-core")
- (version "0.9.3")
+ (version "0.10.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scikit_build_core" version))
(sha256
- (base32 "146k3w3kcamyyqassmsmp6h4f5lb3cdqnbjjcbf0jm1s8wz1279l"))))
+ (base32 "1y64d8rl39banfwdkszyd4sbzp795q8lj66yxrz2l84mwygvbjq4"))))
(build-system pyproject-build-system)
;; Tests are aborted with the admonition: "setup.py install is
;; deprecated. Use build and pip and other standards-based tools."
@@ -496,7 +496,6 @@ genetic variation data.")
python-tomli
python-typing-extensions))
(native-inputs (list pybind11
- python-pypa-build
python-cattrs
python-fastjsonschema
python-hatch-fancy-pypi-readme
@@ -504,7 +503,9 @@ genetic variation data.")
python-hatchling
python-numpy
python-pip
+ python-pypa-build
python-pytest
+ python-pytest-subprocess
python-rich
python-setuptools
python-setuptools-scm
- 33/57: gnu: python-colorama: Update to 0.4.6., (continued)
- 33/57: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/19
- 03/57: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/19
- 09/57: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/19
- 25/57: gnu: Add python-devpi-client., guix-commits, 2024/12/19
- 05/57: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/19
- 31/57: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/19
- 02/57: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/19
- 36/57: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/19
- 04/57: gnu: python-bokeh: Fix build., guix-commits, 2024/12/19
- 12/57: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/19
- 13/57: gnu: python-scikit-build-core: Update to 0.10.7.,
guix-commits <=
- 14/57: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/19
- 15/57: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/19
- 16/57: gnu: Add python-strictyaml., guix-commits, 2024/12/19
- 18/57: gnu: Add python-repoze-lru., guix-commits, 2024/12/19
- 22/57: gnu: Add python-pypitoken., guix-commits, 2024/12/19
- 28/57: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/19
- 40/57: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/19
- 47/57: gnu: python-joblib: Disable one additional test., guix-commits, 2024/12/19
- 46/57: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/19
- 48/57: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/19