Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 13:48:22 +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: r534745 - head/devel/py-distributed
Message-ID:  <202005091348.049DmMaA067784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  9 13:48:22 2020
New Revision: 534745
URL: https://svnweb.freebsd.org/changeset/ports/534745

Log:
  Update to 2.16.0
  
  Changes:	https://distributed.dask.org/en/latest/changelog.html
  		https://github.com/dask/distributed/commits/master

Modified:
  head/devel/py-distributed/Makefile
  head/devel/py-distributed/distinfo

Modified: head/devel/py-distributed/Makefile
==============================================================================
--- head/devel/py-distributed/Makefile	Sat May  9 13:48:17 2020	(r534744)
+++ head/devel/py-distributed/Makefile	Sat May  9 13:48:22 2020	(r534745)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	distributed
-PORTVERSION=	2.15.2
+PORTVERSION=	2.16.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -30,6 +30,10 @@ USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3700
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}contextvars>=0:devel/py-contextvars@${PY_FLAVOR}
+.endif
 
 .if ${PYTHON_REL} < 3800
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tornado>=5:www/py-tornado@${PY_FLAVOR}

Modified: head/devel/py-distributed/distinfo
==============================================================================
--- head/devel/py-distributed/distinfo	Sat May  9 13:48:17 2020	(r534744)
+++ head/devel/py-distributed/distinfo	Sat May  9 13:48:22 2020	(r534745)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588450800
-SHA256 (distributed-2.15.2.tar.gz) = 472f833cd819b1e964734bfe5f211e3ef8dd41bf288b2b7a4bdb40596f4c4d34
-SIZE (distributed-2.15.2.tar.gz) = 638377
+TIMESTAMP = 1589002623
+SHA256 (distributed-2.16.0.tar.gz) = 28eb0faea4783f424956b073afa2677b9a13a0cc83ffcc1b1d424fabd98f17e9
+SIZE (distributed-2.16.0.tar.gz) = 642843



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