[66119] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 5 22:00:46 PDT 2010


Revision: 66119
          http://trac.macports.org/changeset/66119
Author:   jmr at macports.org
Date:     2010-04-05 22:00:45 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
py*-pyrex: noarch

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

Modified: trunk/dports/python/py-pyrex/Portfile
===================================================================
--- trunk/dports/python/py-pyrex/Portfile	2010-04-06 04:57:38 UTC (rev 66118)
+++ trunk/dports/python/py-pyrex/Portfile	2010-04-06 05:00:45 UTC (rev 66119)
@@ -8,6 +8,9 @@
 categories        python devel
 maintainers       nomaintainer
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 description       A language for writing Python extension modules.
 long_description  Pyrex lets you write code that mixes Python and C \
     data types any way you want, and compiles it into a C extension \

Modified: trunk/dports/python/py25-pyrex/Portfile
===================================================================
--- trunk/dports/python/py25-pyrex/Portfile	2010-04-06 04:57:38 UTC (rev 66118)
+++ trunk/dports/python/py25-pyrex/Portfile	2010-04-06 05:00:45 UTC (rev 66119)
@@ -8,6 +8,9 @@
 categories        python devel
 maintainers       nomaintainer
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 description       A language for writing Python extension modules.
 long_description  Pyrex lets you write code that mixes Python and C \
     data types any way you want, and compiles it into a C extension \

Modified: trunk/dports/python/py26-pyrex/Portfile
===================================================================
--- trunk/dports/python/py26-pyrex/Portfile	2010-04-06 04:57:38 UTC (rev 66118)
+++ trunk/dports/python/py26-pyrex/Portfile	2010-04-06 05:00:45 UTC (rev 66119)
@@ -8,6 +8,9 @@
 categories        python devel
 maintainers       nomaintainer
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 description       A language for writing Python extension modules.
 long_description  Pyrex lets you write code that mixes Python and C \
     data types any way you want, and compiles it into a C extension \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/a49189ad/attachment.html>


More information about the macports-changes mailing list