# -*- 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-cheroot # Newer versions require setuptools_scm_git_archive not in macports version 5.8.3 categories-append www platforms darwin supported_archs noarch license BSD maintainers {khindenburg @kurthindenburg} openmaintainer description Highly-optimized, pure-python HTTP server long_description ${description} used by CherryPy homepage https://pypi.python.org/pypi/${python.rootname} distname ${python.rootname}-${version} master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} checksums rmd160 0f5cc2998d3d68162fe2e1b84e16f527d663f064 \ sha256 5c0531fd732700b1fb3e6e7079dc3aefbdf29e9136925633d93f009cb87d70a3 python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-six livecheck.type none } else { livecheck.type pypi }