# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-execnet version 1.4.1 categories-append devel platforms darwin supported_archs noarch license MIT maintainers nomaintainer description rapid multi-Python deployment long_description ${description} homepage https://pypi.python.org/pypi/${python.rootname}/${version} master_sites https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 7caded55c5decfa619e1e276021a22117ed8dd88 \ sha256 f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6 python.versions 27 34 35 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-apipkg livecheck.type none } else { livecheck.type pypi }