pkgs/by-name/{a,b,c,d}*: migrate to format = "pyproject"

This commit is contained in:
TomaSajt
2025-07-03 01:11:23 +02:00
parent 43c2a5ee13
commit 11f150163f
53 changed files with 325 additions and 144 deletions
+5 -1
View File
@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication {
pname = "bashplotlib";
version = "2021-03-31";
format = "setuptools";
format = "pyproject";
src = fetchFromGitHub {
owner = "glamp";
@@ -16,6 +16,10 @@ python3Packages.buildPythonApplication {
sha256 = "sha256-0S6mgy6k7CcqsDR1kE5xcXGidF1t061e+M+ZuP2Gk3c=";
};
build-system = with python3Packages; [
setuptools
];
# No tests
doCheck = false;