13 buildPythonPackage rec {
16 format = "setuptools";
18 src = fetchFromGitHub {
22 hash = "sha256-DBl6/no04ZGRHHmN9gkEtBmAMgmyZWcfPCcFz0uxAv4=";
25 propagatedBuildInputs = [
38 # Disable linting checks
39 "tests/test_pyflakes.py"
42 pythonImportsCheck = [ "doitpy" ];
45 description = "doit tasks for python stuff";
46 homepage = "http://pythonhosted.org/doit-py";
47 license = licenses.mit;
48 maintainers = with maintainers; [ onny ];