[110091] trunk/dports/python/py-bdist_mpkg/Portfile
jmr at macports.org
jmr at macports.org
Sun Aug 25 23:37:24 PDT 2013
Revision: 110091
https://trac.macports.org/changeset/110091
Author: jmr at macports.org
Date: 2013-08-25 23:37:24 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
py-bdist_mpkg: update to 0.5.0 for python 2.5+
Modified Paths:
--------------
trunk/dports/python/py-bdist_mpkg/Portfile
Modified: trunk/dports/python/py-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py-bdist_mpkg/Portfile 2013-08-26 06:30:19 UTC (rev 110090)
+++ trunk/dports/python/py-bdist_mpkg/Portfile 2013-08-26 06:37:24 UTC (rev 110091)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-bdist_mpkg
-version 0.4.4
+version 0.5.0
categories-append devel
platforms darwin
supported_archs noarch
@@ -20,18 +20,25 @@
that will allow you to easy build an installer metapackage from nearly \
any existing package that uses distutils.
-homepage http://undefined.org/python/#bdist_mpkg
+homepage https://github.com/matthew-brett/bdist_mpkg
master_sites https://pypi.python.org/packages/source/b/bdist_mpkg/
distname bdist_mpkg-${version}
-checksums md5 848dfd00fda59092dea4e97f4a711797 \
- sha1 9ad0969de75351c265f20366687001b6a990af6e \
- rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032
+checksums md5 81f5f8601331acda2926efeb97a0804d \
+ rmd160 a5550e7d420fde8b7425a273286c5f02b056c8cf \
+ sha256 1b460cc4ea834f0be9e787759fac542cb2414463a1f7f1aedb5870e90f6beb9d
-python.versions 24 25 26 27
+python.versions 24 25 26 27 31 32 33
if {$subport != $name} {
depends_lib port:py${python.version}-setuptools
+ if {${python.version} < 25} {
+ version 0.4.4
+ distname bdist_mpkg-${version}
+ checksums md5 848dfd00fda59092dea4e97f4a711797 \
+ sha1 9ad0969de75351c265f20366687001b6a990af6e \
+ rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032
+ }
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/bb3a9d81/attachment.html>
More information about the macports-changes
mailing list