10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-aM7KQJZr1P0Hs2ReyRj2ItGUo+fRJ+TU3lLAU2Mu8KA=";
20 build-system = [ setuptools ];
22 dependencies = [ pygments ];
24 pythonImportsCheck = [ "piep" ];
26 nativeCheckInputs = [ pytestCheckHook ];
29 description = "Bringing the power of python to stream editing";
30 homepage = "https://github.com/timbertson/piep";
31 maintainers = with maintainers; [ timbertson ];
32 license = licenses.gpl3Only;