10 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 sha256 = "sha256-WOtscg02Dq5YNSAfq4pIyH3oUP/5G+cjBwKB6c+SUVA=";
22 checkInputs = [ pytestCheckHook pytest-cov pytest-asyncio ];
25 description = "Generator-based operators for asynchronous iteration";
26 homepage = "https://aiostream.readthedocs.io";
27 license = licenses.gpl3Only;
28 maintainers = [ maintainers.rmcgibbo ];