1 { lib, buildPythonPackage, fetchFromGitHub, isPy27, coloredlogs, property-manager, fasteners, pytestCheckHook, mock, virtualenv }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
10 repo = "python-executor";
12 sha256 = "1mr0662c5l5zx0wjapcprp8p2xawfd0im3616df5sgv79fqzwfqs";
15 propagatedBuildInputs = [ coloredlogs property-manager fasteners ];
17 checkInputs = [ pytestCheckHook mock virtualenv ];
27 "release" # meant to be ran on ubuntu to succeed
31 description = "Programmer friendly subprocess wrapper";
32 homepage = "https://github.com/xolox/python-executor";
33 license = licenses.mit;
34 maintainers = with maintainers; [ eyjhb ];