diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile index a64aa1fd791e..24257489aa6c 100644 --- a/devel/py-gevent/Makefile +++ b/devel/py-gevent/Makefile @@ -1,42 +1,42 @@ PORTNAME= gevent -PORTVERSION= 21.12.0 +PORTVERSION= 22.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python co-routine networking library based on greenlet WWW= https://www.gevent.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= c-ares>=1.15.0:dns/c-ares \ libev>=4.31:devel/libev \ libuv>=1.34.0:devel/libuv \ ${RUN_DEPENDS} LIB_DEPENDS= libcares.so:dns/c-ares \ libev.so:devel/libev \ libuv.so:devel/libuv -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=1.1.0<2.0:devel/py-greenlet@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=2.0.0:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= compiler:c11 localbase python:3.6+ USE_PYTHON= autoplist concurrent distutils MAKE_ENV= GEVENTSETUP_EMBED_CARES=0 GEVENTSETUP_EMBED_LIBEV=0 GEVENTSETUP_EMBED_LIBUV=0 post-patch: @${RM} ${WRKSRC}/src/gevent/_util_py2.py # Clean up bundled libraries @${RM} -r ${WRKSRC}/deps/ post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + do-test: cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} -m gevent.tests --config known_failures.py .include diff --git a/devel/py-gevent/distinfo b/devel/py-gevent/distinfo index 9dc390a20fea..f578ef28d62e 100644 --- a/devel/py-gevent/distinfo +++ b/devel/py-gevent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643971054 -SHA256 (gevent-21.12.0.tar.gz) = f48b64578c367b91fa793bf8eaaaf4995cb93c8bc45860e473bf868070ad094e -SIZE (gevent-21.12.0.tar.gz) = 6201851 +TIMESTAMP = 1669057739 +SHA256 (gevent-22.10.2.tar.gz) = 1ca01da176ee37b3527a2702f7d40dbc9ffb8cfc7be5a03bfa4f9eec45e55c46 +SIZE (gevent-22.10.2.tar.gz) = 6551607