[66109] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 5 21:22:45 PDT 2010


Revision: 66109
          http://trac.macports.org/changeset/66109
Author:   jmr at macports.org
Date:     2010-04-05 21:22:44 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
py*-macholib: noarch

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

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2010-04-06 04:20:44 UTC (rev 66108)
+++ trunk/dports/python/py-macholib/Portfile	2010-04-06 04:22:44 UTC (rev 66109)
@@ -17,6 +17,9 @@
     python code that is platform and endian independent.
 
 platforms		darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 homepage		http://undefined.org/python/#macholib
 master_sites		http://cheeseshop.python.org/packages/source/m/macholib/

Modified: trunk/dports/python/py25-macholib/Portfile
===================================================================
--- trunk/dports/python/py25-macholib/Portfile	2010-04-06 04:20:44 UTC (rev 66108)
+++ trunk/dports/python/py25-macholib/Portfile	2010-04-06 04:22:44 UTC (rev 66109)
@@ -20,6 +20,9 @@
     python code that is platform and endian independent.
 
 platforms       darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 homepage        http://undefined.org/python/#macholib
 master_sites    http://pypi.python.org/packages/source/m/macholib/

Modified: trunk/dports/python/py26-macholib/Portfile
===================================================================
--- trunk/dports/python/py26-macholib/Portfile	2010-04-06 04:20:44 UTC (rev 66108)
+++ trunk/dports/python/py26-macholib/Portfile	2010-04-06 04:22:44 UTC (rev 66109)
@@ -20,6 +20,9 @@
     python code that is platform and endian independent.
 
 platforms       darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 homepage        http://undefined.org/python/#macholib
 master_sites    http://pypi.python.org/packages/source/m/macholib/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/acf33f3e/attachment.html>


More information about the macports-changes mailing list