9 buildPythonPackage rec {
14 disabled = pythonOlder "3.5";
17 inherit pname version;
18 hash = "sha256-CUocIbdZ/tJQCxAHzhFpB267ynlXf8Mu+thcRRc0yeg=";
21 build-system = [ setuptools ];
24 pythonImportsCheck = [ "wrapio" ];
27 description = "Handling event-based streams";
28 homepage = "https://github.com/Exahilosys/wrapio";
29 changelog = "https://github.com/Exahilosys/wrapio/releases/tag/v${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ sfrijters ];