10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-f0kSHnC0Lcopb6yWIhDdLaB6OVdfxWcxN61mFjOyzz8=";
23 git config --global user.name nobody
24 git config --global user.email nobody@example.com
34 homepage = "https://github.com/pdm-project/pdm-pep517";
35 description = "Yet another PEP 517 backend.";
36 license = licenses.mit;
37 maintainers = with maintainers; [ cpcloud ];