[88205] trunk/dports/python/py-zen

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 14:33:28 PST 2011


Revision: 88205
          http://trac.macports.org/changeset/88205
Author:   singingwolfboy at macports.org
Date:     2011-12-21 14:33:28 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
py-zen: doesn't support py24, only supports py25 with some massaging

Modified Paths:
--------------
    trunk/dports/python/py-zen/Portfile

Added Paths:
-----------
    trunk/dports/python/py-zen/files/
    trunk/dports/python/py-zen/files/core.py.patch

Modified: trunk/dports/python/py-zen/Portfile
===================================================================
--- trunk/dports/python/py-zen/Portfile	2011-12-21 22:22:53 UTC (rev 88204)
+++ trunk/dports/python/py-zen/Portfile	2011-12-21 22:33:28 UTC (rev 88205)
@@ -6,7 +6,8 @@
 name                py-zen
 set real_name       PyZen
 version             0.3.2
-python.versions     24 25 26 27 31 32
+revision            1
+python.versions     25 26 27 31 32
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -29,3 +30,8 @@
     depends_lib     port:py${python.version}-distribute
 }
 
+subport py25-zen {
+    patchfiles          core.py.patch
+    depends_lib-append port:py25-multiprocessing
+}
+

Added: trunk/dports/python/py-zen/files/core.py.patch
===================================================================
--- trunk/dports/python/py-zen/files/core.py.patch	                        (rev 0)
+++ trunk/dports/python/py-zen/files/core.py.patch	2011-12-21 22:33:28 UTC (rev 88205)
@@ -0,0 +1,7 @@
+--- pyzen/core.py
++++ pyzen/core.py
+@@ -1,3 +1,4 @@
++from __future__ import with_statement
+ import sys
+ import os
+ import time
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/dcf09c0a/attachment.html>


More information about the macports-changes mailing list