From 190c89211ebf8a17e490bc00ddd18e1c9bca9190 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 26 Oct 2013 05:16:00 +0000 Subject: www/py-gunicorn: Update to 18.0 - Update to 18.0 - Replace manual PY3K_PLIST fix with framework option PR: ports/183309 Submitted by: Kozlov Sergey --- www/py-gunicorn/Makefile | 13 ++++--------- www/py-gunicorn/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'www') diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index ce9b79e35c2c..2b869087f619 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gunicorn -PORTVERSION= 17.5 +PORTVERSION= 18.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +16,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest USE_GITHUB= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYTHON_PY3K_PLIST_HACK= yes GH_ACCOUNT= benoitc -GH_COMMIT= cf0527f +GH_COMMIT= 24fe380 OPTIONS_DEFINE= EVENTLET GEVENT TORNADO SETPROC TESTS EVENTLET_DESC= Add Eventlet async worker @@ -56,10 +57,4 @@ RUN_DEPENDS+= ${TEST_DEPENDS} regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -.include - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo index f4ac0d5b71b4..eac1b9b3691d 100644 --- a/www/py-gunicorn/distinfo +++ b/www/py-gunicorn/distinfo @@ -1,2 +1,2 @@ -SHA256 (gunicorn-17.5.tar.gz) = 2d3983074b4294ee8481b5e246792b5f5b0a0fdde4b76fe79054f0c9b7214a7f -SIZE (gunicorn-17.5.tar.gz) = 367702 +SHA256 (gunicorn-18.0.tar.gz) = c2e45bb10c031450a489d13d2a3b4a002a7574554eec51635cb96509f37d8e10 +SIZE (gunicorn-18.0.tar.gz) = 370780 -- cgit v1.2.3