17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-Gy+i/9OTi7S+/+XWFGy8sr2plqWk2p8xq//Ysk4Hsxc=";
27 nativeBuildInputs = [ flit-core ];
29 propagatedBuildInputs =
31 ++ lib.optionals (pythonOlder "3.8") [
50 rm pytest.ini # wants flake8
51 rm tests/test_meta.py # wants to run pip
55 description = "Wrappers to build Python packages using PEP 517 hooks";
56 license = lib.licenses.mit;
57 homepage = "https://github.com/pypa/pep517";