mbox series

[bug#67642,0/5] Add some Python build-related packages.

Message ID cover.1701788624.git.monego@posteo.net
Headers show
Series Add some Python build-related packages. | expand

Message

Vinicius Monego Dec. 5, 2023, 3:18 p.m. UTC
This patchset adds Hatch, scikit-build-core and spin.

Hatch is a project manager, commonly found as a dependency in other packages.

scikit-build-core is a rewrite of scikit-build. It bridges Python with CMake-built libraries.

spin is a CLI tool mainly used to compile projects that use meson-python.

Vinicius Monego (5):
  gnu: Add python-userpath.
  gnu: Add hatch.
  gnu: Add python-pytest-subprocess.
  gnu: Add python-scikit-build-core.
  gnu: Add python-spin.

 gnu/packages/python-check.scm   |  29 ++++++
 gnu/packages/python-science.scm |  26 ++++++
 gnu/packages/python-xyz.scm     | 157 ++++++++++++++++++++++++++++++++
 3 files changed, 212 insertions(+)


base-commit: c15a1cd88f80a90437f4b0159f22dfc84b9e6851

Comments

obonnefon Feb. 8, 2024, 7:35 a.m. UTC | #1
I have tested this cook to build dolfinx v07 cook. It works. Thanks
obonnefon Feb. 28, 2024, 8:14 a.m. UTC | #2
The cook I write for dolfinx07, based on this patch, is available in the 
guix directory of https://forgemia.inra.fr/olivier.bonnefon/mse .