[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/93: gnu: Add python-scikit-build-core.
From: |
guix-commits |
Subject: |
43/93: gnu: Add python-scikit-build-core. |
Date: |
Sun, 5 May 2024 16:44:53 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit d4c62ff301fd6f7df884a382939f71ceacd6a4ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 23:19:33 2024 +0200
gnu: Add python-scikit-build-core.
* gnu/packages/python-science.scm (python-scikit-build-core): New variable.
Change-Id: If234d19d720afe88f6893bdd36fcc4955a45c5d3
---
gnu/packages/python-science.scm | 46 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 865497d6b7..547c94c3a6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -360,6 +360,52 @@ routines such as routines for numerical integration and
optimization.")
genetic variation data.")
(license license:expat)))
+(define-public python-scikit-build-core
+ (package
+ (name "python-scikit-build-core")
+ (version "0.9.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "scikit_build_core" version))
+ (sha256
+ (base32 "146k3w3kcamyyqassmsmp6h4f5lb3cdqnbjjcbf0jm1s8wz1279l"))))
+ (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."
+ (arguments (list #:tests? #false))
+ (propagated-inputs (list python-exceptiongroup
+ python-importlib-metadata
+ python-importlib-resources
+ python-packaging
+ python-pathspec
+ python-tomli
+ python-typing-extensions))
+ (native-inputs (list pybind11
+ python-pypa-build
+ python-cattrs
+ python-fastjsonschema
+ python-hatch-fancy-pypi-readme
+ python-hatch-vcs
+ python-hatchling
+ python-numpy
+ python-pip
+ python-pytest
+ python-rich
+ python-setuptools
+ python-setuptools-scm
+ python-virtualenv
+ python-wheel))
+ (home-page "https://github.com/scikit-build/scikit-build-core")
+ (synopsis "Build backend for CMake based projects")
+ (description "Scikit-build-core is a build backend for Python that uses
+CMake to build extension modules. It has a simple yet powerful static
+configuration system in pyproject.toml, and supports almost unlimited
+flexibility via CMake. It was initially developed to support the demanding
+needs of scientific users, but can build any sort of package that uses
+CMake.")
+ (license license:asl2.0)))
+
(define-public python-scikit-fem
(package
(name "python-scikit-fem")
- 14/93: gnu: Add rust-amd-0.2., (continued)
- 14/93: gnu: Add rust-amd-0.2., guix-commits, 2024/05/05
- 18/93: gnu: Add python-qdldl., guix-commits, 2024/05/05
- 20/93: gnu: Add python-ecos., guix-commits, 2024/05/05
- 29/93: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/05
- 25/93: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/05
- 26/93: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/05
- 28/93: gnu: tadbit: Use G-expression., guix-commits, 2024/05/05
- 32/93: gnu: python-pandas-2: Fix version., guix-commits, 2024/05/05
- 35/93: gnu: Add apache-orc., guix-commits, 2024/05/05
- 27/93: gnu: r-reticulate: Update to 1.36.1., guix-commits, 2024/05/05
- 43/93: gnu: Add python-scikit-build-core.,
guix-commits <=
- 46/93: gnu: Add python-array-api-compat., guix-commits, 2024/05/05
- 53/93: Revert "gnu: python-numpy: Update to 1.26.0.", guix-commits, 2024/05/05
- 55/93: gnu: python-pandas-stubs: Accept numpy 1.23., guix-commits, 2024/05/05
- 57/93: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/05
- 58/93: gnu: python-dask: Propagate python-dask-expr., guix-commits, 2024/05/05
- 15/93: gnu: Add python-clarabel., guix-commits, 2024/05/05
- 56/93: gnu: python-umap-learn: Update to 0.5.6., guix-commits, 2024/05/05
- 80/93: gnu: python-statmake: Adjust tests and version checks., guix-commits, 2024/05/05
- 86/93: gnu: python-plotnine: Disable test because of harmless warning., guix-commits, 2024/05/05
- 89/93: gnu: python-pingouin: Update to 0.5.4., guix-commits, 2024/05/05