8 buildPythonPackage rec {
14 nativeBuildInputs = [ setuptools ];
17 inherit pname version;
18 hash = "sha256-302P1BixEmkODm+qTLZwaWLktrlf9cEziQ/TIVfI07c=";
21 pythonImportsCheck = [ "chainstream" ];
24 description = "Chain I/O streams together into a single stream";
25 homepage = "https://github.com/rrthomas/chainstream";
26 license = licenses.cc-by-sa-40;
27 maintainers = with maintainers; [ cbley ];