1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "f48fb904e64f10ad6bef62422eaf4736acfd9b13ab64ba44822637a9dbb53265";
12 # No tests in PyPI tarball
16 homepage = "https://sarge.readthedocs.org/";
17 description = "A wrapper for subprocess which provides command pipeline functionality";
18 license = licenses.bsd3;
19 maintainers = with maintainers; [ abbradar ];