aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 13:25:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 13:41:37 +0000
commit63c9db38575e0a713fd3cbd9cb79df954ebc4ec7 (patch)
treec99864ed5df4240dfe63c820e238f0f3d849bbe2
parenteecaadf531d9675f5a82a2971271b71429f7f1e7 (diff)
downloadports-63c9db38.tar.gz
ports-63c9db38.zip
devel/py-distributed: Update to 2021.10.0
-rw-r--r--devel/py-distributed/Makefile5
-rw-r--r--devel/py-distributed/distinfo6
-rw-r--r--devel/py-distributed/files/patch-requirements.txt9
3 files changed, 15 insertions, 5 deletions
diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index 937caccf3ad3..ef3a030d53d5 100644
--- a/devel/py-distributed/Makefile
+++ b/devel/py-distributed/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= distributed
-PORTVERSION= 2021.7.2
+PORTVERSION= 2021.10.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,9 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.5.0:devel/py-cloudpickle@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dask>=${PORTVERSION}:devel/py-dask@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0.6.0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=5.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index 4414064ded25..c7b02b355ad1 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628103104
-SHA256 (distributed-2021.7.2.tar.gz) = 5c03aae2f2ba7b0945b423162db4f2b2ec01faf73f91e0e38c1bc5b2f9ed216d
-SIZE (distributed-2021.7.2.tar.gz) = 841851
+TIMESTAMP = 1635730955
+SHA256 (distributed-2021.10.0.tar.gz) = ea27051fdb8351710978fd1beac49d5b9ad2b919328b4d348f5c58b1393dd84d
+SIZE (distributed-2021.10.0.tar.gz) = 865033
diff --git a/devel/py-distributed/files/patch-requirements.txt b/devel/py-distributed/files/patch-requirements.txt
new file mode 100644
index 000000000000..886c6be9e283
--- /dev/null
+++ b/devel/py-distributed/files/patch-requirements.txt
@@ -0,0 +1,9 @@
+--- requirements.txt.orig 2021-10-22 20:26:57 UTC
++++ requirements.txt
+@@ -1,5 +1,5 @@
+ click >= 6.6
+-cloudpickle >= 1.5.0
++cloudpickle >= 1.3.0
+ dask == 2021.10.0
+ jinja2
+ msgpack >= 0.6.0