Bug 180357 - [PATCH] net/py-eventlet: update to 0.13.0
Summary: [PATCH] net/py-eventlet: update to 0.13.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 06:10 UTC by koobs
Modified: 2013-07-30 20:40 UTC (History)
1 user (show)

See Also:


Attachments
py27-eventlet-0.13.0.patch (2.22 KB, patch)
2013-07-07 06:10 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2013-07-07 06:10:00 UTC
net/py-eventlet: Update to 0.13

- Update to 0.13.0
- Update pkg-plist
- Add minimum version to RUN_DEPENDS
- Add TEST_DEPENDS and regression-test: target
- Whitespace alignment

Changes:

0.13
====
* hubs: kqueue support! Thanks to YAMAMOTO Takashi, Edward George
* greenio: Fix AttributeError on MacOSX; Bitbucket #136; Thanks to Derk Tegeler
* green: subprocess: Fix subprocess.communicate() block on Python 2.7; Thanks to Edward George
* green: select: ensure that hub can .wait() at least once before timeout; Thanks to YAMAMOTO Takashi
* tpool: single request queue to avoid deadlocks; Bitbucket pull request 31,32; Thanks to Edward George
* zmq: pyzmq 13.x compatibility; Thanks to Edward George
* green: subprocess: Popen.wait() accepts new `timeout` kwarg; Python 3.3 and RHEL 6.1 compatibility
* hubs: EVENTLET_HUB can point to external modules; Thanks to Edward George
* semaphore: support timeout for acquire(); Thanks to Justin Patrin
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2); Thanks to Edward George
* Travis continous integration; Thanks to Thomas Grainger, Jakub Stasiak
* wsgi: minimum_chunk_size of last Server altered all previous (global variable); Thanks to Jakub Stasiak
* doc: hubs: Point to the correct function in exception message; Thanks to Floris Bruynooghe

<QA>
portlint: OK - looks fine.
porttest: OK - 9-STABLE amd64 clang
testport: OK - poudriere, all versions/archs
</QA>

Port maintainer (cs@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-07 06:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-30 20:33:35 UTC
Author: cs
Date: Tue Jul 30 19:33:24 2013
New Revision: 323986
URL: http://svnweb.freebsd.org/changeset/ports/323986

Log:
  Update to 0.13.0
  
  PR:		ports/180357
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
  Approved by:	maintainer (me)

Modified:
  head/net/py-eventlet/Makefile
  head/net/py-eventlet/distinfo
  head/net/py-eventlet/pkg-descr
  head/net/py-eventlet/pkg-plist   (contents, props changed)

Modified: head/net/py-eventlet/Makefile
==============================================================================
--- head/net/py-eventlet/Makefile	Tue Jul 30 19:33:16 2013	(r323985)
+++ head/net/py-eventlet/Makefile	Tue Jul 30 19:33:24 2013	(r323986)
@@ -3,7 +3,7 @@
 #
 
 PORTNAME=	eventlet
-PORTVERSION=	0.12.1
+PORTVERSION=	0.13.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP \
 		http://www.c-s.li/ports/
@@ -14,9 +14,13 @@ COMMENT=	Concurrent networking library f
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:${PORTSDIR}/devel/py-greenlet
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
 
-USE_PYTHON=	yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 
+regression-test: build
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+
 .include <bsd.port.mk>

Modified: head/net/py-eventlet/distinfo
==============================================================================
--- head/net/py-eventlet/distinfo	Tue Jul 30 19:33:16 2013	(r323985)
+++ head/net/py-eventlet/distinfo	Tue Jul 30 19:33:24 2013	(r323986)
@@ -1,2 +1,2 @@
-SHA256 (eventlet-0.12.1.tar.gz) = aaf97960b7e00f36844549399a22746c7ef27d76fffcd4056fb36bd242dd1e47
-SIZE (eventlet-0.12.1.tar.gz) = 267022
+SHA256 (eventlet-0.13.0.tar.gz) = d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c
+SIZE (eventlet-0.13.0.tar.gz) = 276599

Modified: head/net/py-eventlet/pkg-descr
==============================================================================
--- head/net/py-eventlet/pkg-descr	Tue Jul 30 19:33:16 2013	(r323985)
+++ head/net/py-eventlet/pkg-descr	Tue Jul 30 19:33:24 2013	(r323986)
@@ -1,5 +1,5 @@
 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
+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.
 

Modified: head/net/py-eventlet/pkg-plist
==============================================================================
--- head/net/py-eventlet/pkg-plist	Tue Jul 30 19:33:16 2013	(r323985)
+++ head/net/py-eventlet/pkg-plist	Tue Jul 30 19:33:24 2013	(r323986)
@@ -139,6 +139,9 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/hub.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/hub.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/hub.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/kqueue.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/kqueue.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/kqueue.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/poll.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/poll.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/eventlet/hubs/poll.pyo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2013-07-30 20:33:44 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.