10 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 sha256 = "sha256-OS+MK0fG7CBVDLjhniS529Jzc0E/BntW7Ndfl2f5MBU=";
24 git config --global user.name nobody
25 git config --global user.email nobody@example.com
36 homepage = "https://github.com/pdm-project/pdm-pep517";
37 description = "Yet another PEP 517 backend.";
38 license = licenses.mit;
39 maintainers = with maintainers; [ cpcloud ];