Revision: 149683 https://trac.macports.org/changeset/149683 Author: jmr@macports.org Date: 2016-06-29 06:43:11 -0700 (Wed, 29 Jun 2016) Log Message: ----------- py-bdist_mpkg: update homepage, add py35 subport Modified Paths: -------------- trunk/dports/python/py-bdist_mpkg/Portfile Modified: trunk/dports/python/py-bdist_mpkg/Portfile =================================================================== --- trunk/dports/python/py-bdist_mpkg/Portfile 2016-06-29 13:18:21 UTC (rev 149682) +++ trunk/dports/python/py-bdist_mpkg/Portfile 2016-06-29 13:43:11 UTC (rev 149683) @@ -20,7 +20,7 @@ that will allow you to easy build an installer metapackage from nearly \ any existing package that uses distutils. -homepage https://github.com/matthew-brett/bdist_mpkg +homepage https://pypi.python.org/pypi/bdist_mpkg/ master_sites pypi:b/bdist_mpkg/ distname bdist_mpkg-${version} @@ -28,9 +28,9 @@ rmd160 a5550e7d420fde8b7425a273286c5f02b056c8cf \ sha256 1b460cc4ea834f0be9e787759fac542cb2414463a1f7f1aedb5870e90f6beb9d -python.versions 26 27 33 34 +python.versions 26 27 33 34 35 -if {${name} ne ${subport}} { +if {$subport ne $name} { depends_lib port:py${python.version}-setuptools livecheck.type none } else {