9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-JeO6Tz0zzKwz7iuXdZlYSNSemzGLehRkd/tdUveG/Io=";
19 nativeBuildInputs = [ setuptools ];
21 propagatedBuildInputs = [ doit ];
23 pythonImportsCheck = [ "pydevtool" ];
26 homepage = "https://github.com/pydoit/pydevtool";
27 description = "CLI dev tools powered by pydoit";
28 license = licenses.mit;
29 maintainers = with maintainers; [ doronbehar ];