14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-9ItkV4w2e5H6eTv46qr0mVy5PIvEWGDkc7+GgHCtCU4=";
34 propagatedBuildInputs = [
37 ] ++ lib.optionals (!isPyPy) [
44 pythonImportsCheck = [
49 description = "Coroutine-based networking library";
50 homepage = "http://www.gevent.org/";
51 license = licenses.mit;
52 maintainers = with maintainers; [ bjornfor ];
53 platforms = platforms.unix;