11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "86670e1808bcdcd4f70112f43da72ae766f04cd8311d1071ce6e0e0a72e37ee8";
32 description = "Capture stdout, stderr easily";
33 homepage = "https://github.com/oinume/iocapture";
34 license = licenses.mit;