Modified: trunk/dports/python/py-eventlet/Portfile (94761 => 94766)
--- trunk/dports/python/py27-eventlet/Portfile 2012-06-29 05:22:12 UTC (rev 94761)
+++ trunk/dports/python/py-eventlet/Portfile 2012-06-29 07:51:53 UTC (rev 94766)
@@ -2,12 +2,12 @@
# $Id$
PortSystem 1.0
-PortGroup python27 1.0
+PortGroup python 1.0
-name py27-eventlet
-version 0.9.10
-revision 0
+name py-eventlet
+version 0.9.16
categories-append devel
+license MIT BSD Apache-2
platforms darwin
maintainers akitada openmaintainer
@@ -24,13 +24,18 @@
master_sites http://pypi.python.org/packages/source/e/eventlet/
distname eventlet-${version}
-checksums md5 cac995180a601de82c0d9971380efca3 \
- sha1 a284b93dbf90186ff93a69c631b689625c0f703e \
- rmd160 43727a07c10f60833ae1e9a4cc832f83030efb34
+checksums md5 4728e3bd7f72763c1e5dccac0296f8ea \
+ sha256 b2d38084809b2f2a8e3cc5815b10912870cdbe97d9a4e5c1ff231ebc8da0e430
-depends_lib port:py27-distribute \
- port:py27-greenlet
+python.versions 26 27
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "eventlet-(\\d+(?:\\.\\d+)*)"
+if {$subport != $name} {
+ depends_lib port:py${python.version}-distribute \
+ port:py${python.version}-greenlet
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "eventlet-(\\d+(?:\\.\\d+)*)"
+}