[90870] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Mar 16 12:46:04 PDT 2012


Revision: 90870
          https://trac.macports.org/changeset/90870
Author:   singingwolfboy at macports.org
Date:     2012-03-16 12:46:03 -0700 (Fri, 16 Mar 2012)
Log Message:
-----------
py-greenlet: unified portfile, added ports for py24,25,31,32, updated to 0.3.4

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

Added Paths:
-----------
    trunk/dports/python/py-greenlet/

Removed Paths:
-------------
    trunk/dports/python/py26-greenlet/
    trunk/dports/python/py27-greenlet/

Modified: trunk/dports/python/py-greenlet/Portfile
===================================================================
--- trunk/dports/python/py27-greenlet/Portfile	2012-03-15 19:12:28 UTC (rev 90843)
+++ trunk/dports/python/py-greenlet/Portfile	2012-03-16 19:46:03 UTC (rev 90870)
@@ -2,10 +2,12 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python27 1.0
+PortGroup python 1.0
 
-name                    py27-greenlet
-version                 0.3.1
+name                    py-greenlet
+version                 0.3.4
+python.versions         24 25 26 27 31 32
+python.default_version  24
 categories-append       devel
 license                 MIT
 platforms               darwin
@@ -40,10 +42,12 @@
 homepage                http://undefined.org/python/#greenlet
 master_sites            http://pypi.python.org/packages/source/g/greenlet/
 distname                greenlet-${version}
-checksums               md5     8d75d7f3f659e915e286e1b0fa0e1c4d \
-                        sha1    7e42d736dfbbd2f0b5ab7f78dc6fb65d966ca21e \
-                        rmd160  2a83538cea206b9aed03773331311ddbaf8616a5
-depends_lib             port:py27-distribute
+use_zip                 yes
+checksums               rmd160  0a866b8e70e43a4f0ac88a57503ceb4d0905bb4a \
+                        sha256  259ed0f34de9b0c948f42bdaffe378ea53d210d38377c6dcb0c6b728fccad1b0
+if {$name != $subport} {
+    depends_lib             port:py${python.version}-distribute
+}
 
 livecheck.type          regex
 livecheck.url           ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120316/fb7e445b/attachment.html>


More information about the macports-changes mailing list