9 buildPythonPackage rec {
11 pname = "delegator-py";
14 src = fetchFromGitHub {
16 repo = "delegator.py";
18 hash = "sha256-i9OZkXcDqrKnCFJBBxP8PrHxPGF7DEgZr91p+fuAyZ4=";
21 build-system = [ setuptools ];
23 dependencies = [ pexpect ];
25 pythonImportsCheck = [ "delegator" ];
27 # no tests in github or pypi
31 description = "Subprocesses for Humans 2.0";
32 homepage = "https://github.com/amitt001/delegator.py";
33 license = lib.licenses.mit;