Date: Fri, 31 Aug 2012 13:43:31 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303421 - head/net/py-eventlet Message-ID: <201208311343.q7VDhVAg039432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Fri Aug 31 13:43:31 2012 New Revision: 303421 URL: http://svn.freebsd.org/changeset/ports/303421 Log: - Update to 0.9.17 - Tidy pkg-descr Modified: head/net/py-eventlet/Makefile head/net/py-eventlet/distinfo head/net/py-eventlet/pkg-descr Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Fri Aug 31 13:41:22 2012 (r303420) +++ head/net/py-eventlet/Makefile Fri Aug 31 13:43:31 2012 (r303421) @@ -6,7 +6,7 @@ # PORTNAME= eventlet -PORTVERSION= 0.9.16 +PORTVERSION= 0.9.17 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ Modified: head/net/py-eventlet/distinfo ============================================================================== --- head/net/py-eventlet/distinfo Fri Aug 31 13:41:22 2012 (r303420) +++ head/net/py-eventlet/distinfo Fri Aug 31 13:43:31 2012 (r303421) @@ -1,2 +1,2 @@ -SHA256 (eventlet-0.9.16.tar.gz) = b2d38084809b2f2a8e3cc5815b10912870cdbe97d9a4e5c1ff231ebc8da0e430 -SIZE (eventlet-0.9.16.tar.gz) = 317198 +SHA256 (eventlet-0.9.17.tar.gz) = 000718aff76ce730ed8ed037f227b09f7cd815b7501670ad8312c6bb3ac164e1 +SIZE (eventlet-0.9.17.tar.gz) = 262991 Modified: head/net/py-eventlet/pkg-descr ============================================================================== --- head/net/py-eventlet/pkg-descr Fri Aug 31 13:41:22 2012 (r303420) +++ head/net/py-eventlet/pkg-descr Fri Aug 31 13:43:31 2012 (r303421) @@ -1,6 +1,6 @@ -Eventlet is a networking library written in Python. It achieves high -scalability by using non-blocking io while at the same time retaining -high programmer usability by using coroutines to make the non-blocking -io operations appear blocking at the source code level. +Eventlet is a networking library written in Python. It achieves high scalability +by using non-blocking io while at the same time retaining high programmer +usability by using coroutines to make the non-blocking IO operations appear +blocking at the source code level. WWW: http://eventlet.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208311343.q7VDhVAg039432>