python3Packages.nptyping: migrate to pyproject

This commit is contained in:
Timo Gottszky 2026-06-10 15:56:10 +02:00
commit eab8b58d1c
No known key found for this signature in database
GPG key ID: DE79E65F035FF069

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