11 buildPythonPackage rec {
12 pname = "pyproject-metadata";
17 inherit pname version;
18 hash = "sha256-6YN9I3V8XJ//+19/N8+be8LZc30OlZt/XV8YmVFulww=";
26 propagatedBuildInputs = [
35 # Many broken tests, and missing test files
39 description = "PEP 621 metadata parsing";
40 homepage = "https://github.com/FFY00/python-pyproject-metadata";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fridh ];