[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67642] [PATCH 0/5] Add some Python build-related packages.
From: |
Vinicius Monego |
Subject: |
[bug#67642] [PATCH 0/5] Add some Python build-related packages. |
Date: |
Tue, 5 Dec 2023 15:18:50 +0000 |
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
--
2.39.2
- [bug#67642] [PATCH 0/5] Add some Python build-related packages.,
Vinicius Monego <=
- [bug#67642] [PATCH 1/5] gnu: Add python-userpath., Vinicius Monego, 2023/12/05
- [bug#67642] [PATCH 2/5] gnu: Add hatch., Vinicius Monego, 2023/12/05
- [bug#67642] [PATCH 3/5] gnu: Add python-pytest-subprocess., Vinicius Monego, 2023/12/05
- [bug#67642] [PATCH 4/5] gnu: Add python-scikit-build-core., Vinicius Monego, 2023/12/05
- [bug#67642] [PATCH 5/5] gnu: Add python-spin., Vinicius Monego, 2023/12/05