# -*- 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-flup license BSD version 1.0.3 epoch 1 revision 0 categories-append www platforms darwin maintainers nomaintainer supported_archs noarch description Flup is a random collection of WSGI servers and \ middleware. long_description Flup offer three sets of WSGI servers/gateways, which \ speak AJP 1.3, FastCGI, and SCGI. Each server comes in \ two flavors: a threaded version, and a forking version. homepage https://www.saddi.com/software/flup/ master_sites pypi:f/flup/ distname flup-${version} checksums rmd160 bae32e4ff56870bb83b8a073540055a59ef7a266 \ sha256 5eb09f26eb0751f8380d8ac43d1dfb20e1d42eca0fa45ea9289fa532a79cd159 \ size 52277 python.versions 27 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }