[66106] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 5 21:15:32 PDT 2010


Revision: 66106
          http://trac.macports.org/changeset/66106
Author:   jmr at macports.org
Date:     2010-04-05 21:15:31 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
py*-configobj: noarch

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

Modified: trunk/dports/python/py-configobj/Portfile
===================================================================
--- trunk/dports/python/py-configobj/Portfile	2010-04-06 04:11:24 UTC (rev 66105)
+++ trunk/dports/python/py-configobj/Portfile	2010-04-06 04:15:31 UTC (rev 66106)
@@ -32,6 +32,9 @@
                       configuration files (like the 'reload' method) \
                     * Full Unicode support
 platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 homepage            http://www.voidspace.org.uk/python/configobj.html
 master_sites        sourceforge:configobj
 distname            configobj-${version}

Modified: trunk/dports/python/py25-configobj/Portfile
===================================================================
--- trunk/dports/python/py25-configobj/Portfile	2010-04-06 04:11:24 UTC (rev 66105)
+++ trunk/dports/python/py25-configobj/Portfile	2010-04-06 04:15:31 UTC (rev 66106)
@@ -32,6 +32,9 @@
                       configuration files (like the 'reload' method) \
                     * Full Unicode support
 platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 homepage            http://www.voidspace.org.uk/python/configobj.html
 master_sites        sourceforge:configobj
 distname            configobj-${version}

Modified: trunk/dports/python/py26-configobj/Portfile
===================================================================
--- trunk/dports/python/py26-configobj/Portfile	2010-04-06 04:11:24 UTC (rev 66105)
+++ trunk/dports/python/py26-configobj/Portfile	2010-04-06 04:15:31 UTC (rev 66106)
@@ -34,6 +34,9 @@
 homepage            http://www.voidspace.org.uk/python/configobj.html
 
 platforms           darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 master_sites        sourceforge:configobj
 distname            configobj-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/8541c746/attachment.html>


More information about the macports-changes mailing list