python3Packages.scikit-build-core: 0.11.6 -> 0.12.2

https://github.com/scikit-build/scikit-build-core/blob/v0.12.2/docs/about/changelog.md
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:12 +02:00
parent 16c4646621
commit 3f544ddd49
@@ -28,27 +28,24 @@
buildPythonPackage (finalAttrs: {
pname = "scikit-build-core";
version = "0.11.6";
version = "0.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-build";
repo = "scikit-build-core";
tag = "v${finalAttrs.version}";
hash = "sha256-zBTDacTkeclz+/X0SUl1xkxLz4zsfeLOD4Ew0V1Y1iU=";
hash = "sha256-JE6z44u1FLfI+Gguhd2rVUvY8tyEoo/WviGJmPRT8kc=";
};
patches = [
# Backport an upstream commit to fix the tests on Darwin.
(fetchpatch {
url = "https://github.com/scikit-build/scikit-build-core/commit/c30f52a3b2bd01dc05f23d3b89332c213006afe0.patch";
excludes = [ ".github/workflows/ci.yml" ];
hash = "sha256-5E9QfF5UcSNY1wzHzieEEHEPYzPjUTb66CKCodYb9vo=";
name = "setuptools-scm-10-compat.patch";
url = "https://github.com/scikit-build/scikit-build-core/commit/1b870c538bf7ca679fc4a6e0cbba301c98d9ac35.patch";
hash = "sha256-JUxBvKiAHpDlIIFkvU+CflTNA6m/auxW5wd5cVYpvcM=";
})
];
postPatch = "";
build-system = [
hatch-vcs
hatchling
@@ -84,6 +81,11 @@ buildPythonPackage (finalAttrs: {
"network"
];
disabledTests = [
# wheel tags generated with wrong system name/version
"test_wheel_tag"
];
disabledTestPaths = [
# store permissions issue in Nix:
"tests/test_editable.py"