# -*- 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-waitress version 2.1.2 revision 0 platforms {darwin any} supported_archs noarch license ZPL-2.1 maintainers nomaintainer description Waitress WSGI server long_description {*}${description} homepage https://github.com/Pylons/waitress checksums rmd160 184f1e5fb77c7a88540b71465838e54e5acb5789 \ sha256 780a4082c5fbc0fde6a2fcfe5e26e6efc1e8f425730863c04085769781f51eba \ size 179823 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { python.pep517 yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE.txt \ COPYRIGHT.txt CONTRIBUTORS.txt HISTORY.txt CHANGES.txt \ ${destroot}${docdir} } livecheck.type none }