9 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
16 # Use fetchPypi to avoid the updater script to migrate it to `reactivex` which
17 # is being developed in the same repository
21 sha256 = "b657ca2b45aa485da2f7dcfd09fac2e554f7ac51ff3c2f8f2ff962ecd963d91c";
24 build-system = [ setuptools ];
26 doCheck = false; # PyPI tarball does not provides tests
28 pythonImportsCheck = [ "rx" ];
31 homepage = "https://github.com/ReactiveX/RxPY";
32 description = "Reactive Extensions for Python";
33 maintainers = with lib.maintainers; [ thanegill ];
34 license = lib.licenses.asl20;