[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/107: gnu: python-scikit-build-core: Update to 0.10.7.
From: |
guix-commits |
Subject: |
13/107: gnu: python-scikit-build-core: Update to 0.10.7. |
Date: |
Wed, 1 Jan 2025 12:48:54 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit f216270bfa768f64cd93966f244893176d1f2805
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 0ac24eb5b9..8aa597b4c5 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
- branch python-team created (now 9312d3ead0), guix-commits, 2025/01/01
- 01/107: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2025/01/01
- 05/107: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2025/01/01
- 02/107: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2025/01/01
- 06/107: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/01
- 07/107: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2025/01/01
- 11/107: gnu: Add python-time-machine., guix-commits, 2025/01/01
- 12/107: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2025/01/01
- 13/107: gnu: python-scikit-build-core: Update to 0.10.7.,
guix-commits <=
- 14/107: gnu: python-awkward-cpp: Update to 43., guix-commits, 2025/01/01
- 04/107: gnu: python-bokeh: Fix build., guix-commits, 2025/01/01
- 03/107: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2025/01/01
- 08/107: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2025/01/01
- 10/107: gnu: python-nox: Update to 2024.10.09., guix-commits, 2025/01/01
- 09/107: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2025/01/01
- 30/107: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2025/01/01
- 32/107: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2025/01/01
- 51/107: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2025/01/01
- 59/107: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/01