7 buildPythonPackage rec {
9 version = "0.1.7.post1";
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-bT1DbcQi+SbeRBsL7ILuQbSnAj3BBB4+FNl+Zek5xU4=";
24 # Aarch64-linux times out for these tests, so they need to be disabled.
29 pythonImportsCheck = [
34 description = "Python wrapper for subprocess which provides command pipeline functionality";
35 homepage = "https://sarge.readthedocs.org/";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ abbradar ];