Date: Sat, 12 May 2018 23:50:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469761 - head/devel/py-gevent Message-ID: <201805122350.w4CNoOYv078821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 12 23:50:24 2018 New Revision: 469761 URL: https://svnweb.freebsd.org/changeset/ports/469761 Log: Update to 1.3.0 Changes: https://github.com/gevent/gevent/releases https://github.com/gevent/gevent/blob/master/CHANGES.rst Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/distinfo Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Sat May 12 23:50:19 2018 (r469760) +++ head/devel/py-gevent/Makefile Sat May 12 23:50:24 2018 (r469761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcares.so:dns/c-ares \ libev.so:devel/libev -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.10:devel/py-greenlet@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.10:devel/py-greenlet@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.13:devel/py-greenlet@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.13:devel/py-greenlet@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${FLAVOR} DO_MAKE_TEST= ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Sat May 12 23:50:19 2018 (r469760) +++ head/devel/py-gevent/distinfo Sat May 12 23:50:24 2018 (r469761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496751404 -SHA256 (gevent-1.2.2.tar.gz) = 4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d -SIZE (gevent-1.2.2.tar.gz) = 3108671 +TIMESTAMP = 1526148437 +SHA256 (gevent-1.3.0.tar.gz) = 595ef44ddb3dd85529887ba9d9db507a18e3775863119cb506d649a3ace93fd4 +SIZE (gevent-1.3.0.tar.gz) = 4564627
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805122350.w4CNoOYv078821>