[66105] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 5 21:11:25 PDT 2010


Revision: 66105
          http://trac.macports.org/changeset/66105
Author:   jmr at macports.org
Date:     2010-04-05 21:11:24 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
py*-bdist_mpkg: noarch

Modified Paths:
--------------
    trunk/dports/python/py-bdist_mpkg/Portfile
    trunk/dports/python/py25-bdist_mpkg/Portfile
    trunk/dports/python/py26-bdist_mpkg/Portfile

Modified: trunk/dports/python/py-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py-bdist_mpkg/Portfile	2010-04-06 04:08:10 UTC (rev 66104)
+++ trunk/dports/python/py-bdist_mpkg/Portfile	2010-04-06 04:11:24 UTC (rev 66105)
@@ -18,6 +18,9 @@
     any existing package that uses distutils.
 
 platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 homepage            http://undefined.org/python/#bdist_mpkg
 master_sites        http://pypi.python.org/packages/source/b/bdist_mpkg

Modified: trunk/dports/python/py25-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py25-bdist_mpkg/Portfile	2010-04-06 04:08:10 UTC (rev 66104)
+++ trunk/dports/python/py25-bdist_mpkg/Portfile	2010-04-06 04:11:24 UTC (rev 66105)
@@ -8,6 +8,9 @@
 version             0.4.4
 categories-append   devel
 platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 license             MIT
 maintainers         jmr openmaintainer
 description         Builds Mac OS X installer packages from distutils

Modified: trunk/dports/python/py26-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py26-bdist_mpkg/Portfile	2010-04-06 04:08:10 UTC (rev 66104)
+++ trunk/dports/python/py26-bdist_mpkg/Portfile	2010-04-06 04:11:24 UTC (rev 66105)
@@ -8,6 +8,9 @@
 version             0.4.4
 categories-append   devel
 platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 license             MIT
 maintainers         jmr openmaintainer
 description         Builds Mac OS X installer packages from distutils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/a99a111e/attachment.html>


More information about the macports-changes mailing list