12 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-DBl6/no04ZGRHHmN9gkEtBmAMgmyZWcfPCcFz0uxAv4=";
23 propagatedBuildInputs = [
36 # Disable linting checks
37 "tests/test_pyflakes.py"
40 pythonImportsCheck = [ "doitpy" ];
43 description = "doit tasks for python stuff";
44 homepage = "http://pythonhosted.org/doit-py";
45 license = licenses.mit;
46 maintainers = with maintainers; [ onny ];