[66112] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 5 21:39:18 PDT 2010


Revision: 66112
          http://trac.macports.org/changeset/66112
Author:   jmr at macports.org
Date:     2010-04-05 21:39:17 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
py*-dateutil: noarch

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

Modified: trunk/dports/python/py-dateutil/Portfile
===================================================================
--- trunk/dports/python/py-dateutil/Portfile	2010-04-06 04:36:04 UTC (rev 66111)
+++ trunk/dports/python/py-dateutil/Portfile	2010-04-06 04:39:17 UTC (rev 66112)
@@ -9,6 +9,9 @@
 version           1.4.1
 categories        python
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 maintainers       dh openmaintainer
 
 description       powerful extensions to the standard python datetime module

Modified: trunk/dports/python/py25-dateutil/Portfile
===================================================================
--- trunk/dports/python/py25-dateutil/Portfile	2010-04-06 04:36:04 UTC (rev 66111)
+++ trunk/dports/python/py25-dateutil/Portfile	2010-04-06 04:39:17 UTC (rev 66112)
@@ -8,6 +8,9 @@
 version           1.5
 categories        python
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 maintainers       ram openmaintainer
 
 description       powerful extensions to the standard python datetime module

Modified: trunk/dports/python/py26-dateutil/Portfile
===================================================================
--- trunk/dports/python/py26-dateutil/Portfile	2010-04-06 04:36:04 UTC (rev 66111)
+++ trunk/dports/python/py26-dateutil/Portfile	2010-04-06 04:39:17 UTC (rev 66112)
@@ -8,6 +8,9 @@
 version           1.5
 categories        python
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 maintainers       ram openmaintainer
 
 description       powerful extensions to the standard python datetime module
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/a27a9b07/attachment-0001.html>


More information about the macports-changes mailing list