python3Packages.nptyping: migrate to pyproject

(cherry picked from commit eab8b58d1c)
This commit is contained in:
Timo Gottszky 2026-06-10 15:56:10 +02:00 committed by github-actions[bot]
commit 5b4f11ff16

View file

@ -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