8 buildPythonPackage rec {
10 pname = "delegator.py";
12 src = fetchFromGitHub {
14 repo = "delegator.py";
16 sha256 = "17n9h3xzjsfxmwclh33vc4yg3c9yzh9hfhaj12kv5ah3fy8rklwb";
19 propagatedBuildInputs = [ pexpect ];
21 # no tests in github or pypi
25 description = "Subprocesses for Humans 2.0";
26 homepage = "https://github.com/amitt001/delegator.py";
27 license = licenses.mit;
28 maintainers = with maintainers; [ jonringer ];