# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-gevent version 24.10.3 revision 0 categories-append devel platforms darwin license MIT supported_archs i386 x86_64 arm64 python.versions 38 39 310 311 312 313 maintainers {stromnov @stromnov} openmaintainer description Coroutine-based Python networking library. long_description gevent is a coroutine-based Python networking \ library that uses greenlet to provide a high-level \ synchronous API on top of libevent event loop. homepage https://gevent.org checksums rmd160 97a4ced4ee142fb9602a619b790898d32c4df3d7 \ sha256 aa7ee1bd5cabb2b7ef35105f863b386c8d5e332f754b60cfc354148bd70d35d1 \ size 6108837 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-cython depends_lib-append port:py${python.version}-greenlet \ port:py${python.version}-cffi \ port:py${python.version}-zope-event \ port:py${python.version}-zopeinterface }