# -*- 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 1.2.2 revision 0 categories-append devel platforms darwin license MIT supported_archs i386 x86_64 python.versions 26 27 33 34 35 36 maintainers 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 http://gevent.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 7221750d65f0a185b6a3348467b739987de6e194 \ sha256 4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-cython depends_lib-append port:libev \ port:c-ares \ port:py${python.version}-greenlet \ port:py${python.version}-cffi build.env-append LIBEV_EMBED=0 \ CARES_EMBED=0 destroot.env-append LIBEV_EMBED=0 \ CARES_EMBED=0 livecheck.type none }