# -*- 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-eventlet version 0.37.0 revision 0 categories-append devel license MIT supported_archs noarch platforms {darwin any} maintainers nomaintainer description Highly concurrent networking library long_description Eventlet is a networking library written in \ Python. It achieves high scalability by using \ non-blocking io while at the same time \ retaining high programmer usability by using \ coroutines to make the non-blocking io \ operations appear blocking at the source code \ level. homepage https://eventlet.net/ checksums rmd160 a3f6a9c5df1ae12a9aebd40ae46b3e1a40412ca8 \ sha256 fa49bf5a549cdbaa06919679979ea022ac8f8f3cf0499f26849a1cd8e64c30b1 \ size 558617 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-dnspython \ port:py${python.version}-greenlet \ port:py${python.version}-six post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} AUTHORS LICENSE NEWS \ README.rst ${destroot}${prefix}/share/doc/${subport} } test.run yes python.test_framework nose # The normal testing has too many missing deps test.cmd nosetests-${python.branch} tests/timer_test.py }