python311Packages.nbexec: adopt pypa build

This commit is contained in:
natsukium 2024-06-08 21:55:17 +09:00
parent 9345da9edd
commit d76e403082
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -7,6 +7,7 @@
jupyter-client,
nbformat,
nbconvert,
setuptools,
# check inputs
unittestCheckHook,
ipykernel,
@ -17,7 +18,7 @@ let
in
buildPythonPackage {
inherit pname version;
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.9";
@ -28,7 +29,9 @@ buildPythonPackage {
hash = "sha256-Vv6EHX6WlnSmzQAYlO1mHnz5t078z3RQfVfte1+X2pw=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
jupyter-client
nbformat
nbconvert