Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 16:28:37 +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: r482058 - head/devel/py-gevent
Message-ID:  <201810141628.w9EGSbm3006855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 14 16:28:36 2018
New Revision: 482058
URL: https://svnweb.freebsd.org/changeset/ports/482058

Log:
  Update to 1.3.7
  
  Changes:	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	Sun Oct 14 16:28:27 2018	(r482057)
+++ head/devel/py-gevent/Makefile	Sun Oct 14 16:28:36 2018	(r482058)
@@ -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>
 

Modified: head/devel/py-gevent/distinfo
==============================================================================
--- head/devel/py-gevent/distinfo	Sun Oct 14 16:28:27 2018	(r482057)
+++ head/devel/py-gevent/distinfo	Sun Oct 14 16:28:36 2018	(r482058)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141628.w9EGSbm3006855>