git: b06d9130955c - main - devel/py-distributed: Update to 2022.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:43:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b06d9130955c8f34cf6c53234c3926498757f753
commit b06d9130955c8f34cf6c53234c3926498757f753
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:59:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:54 +0000
devel/py-distributed: Update to 2022.2.1
- Fix version requirement of RUN_DEPENDS
Changes: https://github.com/dask/distributed/blob/main/docs/source/changelog.rst
https://distributed.dask.org/en/latest/changelog.html
---
devel/py-distributed/Makefile | 6 +++---
devel/py-distributed/distinfo | 6 +++---
devel/py-distributed/files/patch-requirements.txt | 9 ---------
3 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index 7ceed3bd8f2f..8d708e2712e9 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= 2022.1.1
+PORTVERSION= 2022.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.5.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} \
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=6.0.3:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zict>=0.1.3:devel/py-zict@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index 7bfd4292a76b..b72054966d4c 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971044
-SHA256 (distributed-2022.1.1.tar.gz) = c227b5dd2c784830917679487f049fb943c154f1993f187d5c52076aa78a72d0
-SIZE (distributed-2022.1.1.tar.gz) = 905723
+TIMESTAMP = 1647264526
+SHA256 (distributed-2022.2.1.tar.gz) = fb62a75af8ef33bbe1aa80a68c01a33a93c1cd5a332dd017ab44955bf7ecf65b
+SIZE (distributed-2022.2.1.tar.gz) = 916223
diff --git a/devel/py-distributed/files/patch-requirements.txt b/devel/py-distributed/files/patch-requirements.txt
deleted file mode 100644
index 1b462c9c7448..000000000000
--- a/devel/py-distributed/files/patch-requirements.txt
+++ /dev/null
@@ -1,9 +0,0 @@
---- requirements.txt.orig 2022-01-28 20:26:29 UTC
-+++ requirements.txt
-@@ -1,5 +1,5 @@
- click >= 6.6
--cloudpickle >= 1.5.0
-+cloudpickle >= 1.3.0
- dask == 2022.01.1
- jinja2
- msgpack >= 0.6.0