python314Packages.cli-helpers: convert to pyproject = true
This commit is contained in:
@@ -6,13 +6,14 @@
|
|||||||
mock,
|
mock,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pygments,
|
pygments,
|
||||||
|
setuptools,
|
||||||
tabulate,
|
tabulate,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cli-helpers";
|
pname = "cli-helpers";
|
||||||
version = "2.14.0";
|
version = "2.14.0";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "cli_helpers";
|
pname = "cli_helpers";
|
||||||
@@ -20,7 +21,9 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-eY4HMfL01CV2fLEqOtlmvyi13nelZRZiBhu0pmvujzU=";
|
hash = "sha256-eY4HMfL01CV2fLEqOtlmvyi13nelZRZiBhu0pmvujzU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
configobj
|
configobj
|
||||||
tabulate
|
tabulate
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user