8 let incremental = buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-kS/uteD34BiOb0IkHS9FAALhG7wJN8ZYZQRYVMJMC9A=";
18 propagatedBuildInputs = [
22 # escape infinite recursion with twisted
34 check = incremental.overridePythonAttrs (_: { doCheck = true; });
37 pythonImportsCheck = [ "incremental" ];
40 homepage = "https://github.com/twisted/incremental";
41 description = "Incremental is a small library that versions your Python projects";
42 license = licenses.mit;
43 maintainers = with maintainers; [ ];