Revision: 149481 https://trac.macports.org/changeset/149481 Author: sean@macports.org Date: 2016-06-22 15:56:44 -0700 (Wed, 22 Jun 2016) Log Message: ----------- py-execnet: add new port Added Paths: ----------- trunk/dports/python/py-execnet/ trunk/dports/python/py-execnet/Portfile Added: trunk/dports/python/py-execnet/Portfile =================================================================== --- trunk/dports/python/py-execnet/Portfile (rev 0) +++ trunk/dports/python/py-execnet/Portfile 2016-06-22 22:56:44 UTC (rev 149481) @@ -0,0 +1,36 @@ +# -*- 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 +}