diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:28:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:28:36 +0000 |
commit | 96f596bc5af3270b82b9621b7d853989a411c605 (patch) | |
tree | 1fee67f088bbafe80f0dddccf0d24a4ea87ffaef | |
parent | Fix build with PHP 7.3 (diff) |
Update to 1.3.7
Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst
-rw-r--r-- | devel/py-gevent/Makefile | 7 | ||||
-rw-r--r-- | devel/py-gevent/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile index f016294cd990..b13483ca5615 100644 --- a/devel/py-gevent/Makefile +++ b/devel/py-gevent/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,13 @@ LIB_DEPENDS= libcares.so:dns/c-ares \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.14:devel/py-greenlet@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} +USES= localbase python +USE_PYTHON= autoplist concurrent distutils + DO_MAKE_TEST= ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} MAKE_ENV= CARES_EMBED=0 LIBEV_EMBED=0 TEST_TARGET= testrunner.py TEST_WRKSRC= ${WRKSRC}/greentest -USE_PYTHON= autoplist concurrent distutils -USES= localbase python .include <bsd.port.pre.mk> diff --git a/devel/py-gevent/distinfo b/devel/py-gevent/distinfo index 61b6bb3d7331..a629729ba559 100644 --- a/devel/py-gevent/distinfo +++ b/devel/py-gevent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534618965 -SHA256 (gevent-1.3.6.tar.gz) = 7b413c391e8ad6607b7f7540d698a94349abd64e4935184c595f7cdcc69904c6 -SIZE (gevent-1.3.6.tar.gz) = 4500128 +TIMESTAMP = 1539426970 +SHA256 (gevent-1.3.7.tar.gz) = 3f06f4802824c577272960df003a304ce95b3e82eea01dad2637cc8609c80e2c +SIZE (gevent-1.3.7.tar.gz) = 4614437 |