python3Packages.nptyping: migrate to pyproject

This commit is contained in:
Timo Gottszky
2026-06-10 15:56:10 +02:00
parent 42ff000fc1
commit eab8b58d1c
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
setuptools,
beartype,
invoke,
numpy,
@@ -13,7 +14,7 @@
buildPythonPackage (finalAttrs: {
pname = "nptyping";
version = "2.5.0";
format = "setuptools";
pyproject = true;
__structuredAttrs = true;
@@ -28,7 +29,9 @@ buildPythonPackage (finalAttrs: {
./numpy-2.0-compat.patch
];
propagatedBuildInputs = [ numpy ];
build-system = [ setuptools ];
dependencies = [ numpy ];
nativeCheckInputs = [
beartype