aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 16:03:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 16:11:01 +0000
commit4dbda4e99efb8456b4fa338afd4c2f1747f66b38 (patch)
tree50a47af98d02bcb7bd0947ea9e8b5527acd728d1
parent32b152ec9c4cfde4663d26bdd87e2744167c5e77 (diff)
downloadports-4dbda4e99efb8456b4fa338afd4c2f1747f66b38.tar.gz
ports-4dbda4e99efb8456b4fa338afd4c2f1747f66b38.zip
devel/py-ipyparallel: Update to 8.6.1
-rw-r--r--devel/py-ipyparallel/Makefile6
-rw-r--r--devel/py-ipyparallel/distinfo6
-rw-r--r--devel/py-ipyparallel/files/setup.py2
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/py-ipyparallel/Makefile b/devel/py-ipyparallel/Makefile
index 32210791ac78..63c1289dd503 100644
--- a/devel/py-ipyparallel/Makefile
+++ b/devel/py-ipyparallel/Makefile
@@ -1,13 +1,13 @@
PORTNAME= ipyparallel
-PORTVERSION= 8.4.1
-PORTREVISION= 1
+PORTVERSION= 8.6.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Interactive Parallel Computing with IPython
-WWW= https://ipyparallel.readthedocs.io
+WWW= https://ipyparallel.readthedocs.io/en/latest/ \
+ https://github.com/ipython/ipyparallel
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.md
diff --git a/devel/py-ipyparallel/distinfo b/devel/py-ipyparallel/distinfo
index 00d9a45fbc60..06a491d606b2 100644
--- a/devel/py-ipyparallel/distinfo
+++ b/devel/py-ipyparallel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655829892
-SHA256 (ipyparallel-8.4.1.tar.gz) = 670bbe05755381742e1ea01177dc428ff8f3e94af1f0d5642c9d19f37ca8289b
-SIZE (ipyparallel-8.4.1.tar.gz) = 6843301
+TIMESTAMP = 1703495871
+SHA256 (ipyparallel-8.6.1.tar.gz) = a39aa5ef9560170bf0e9afedca9ff045e1b9c1832c49303377edcc91cea9fb77
+SIZE (ipyparallel-8.6.1.tar.gz) = 6807935
diff --git a/devel/py-ipyparallel/files/setup.py b/devel/py-ipyparallel/files/setup.py
index f4b411c8ad08..5a66fc8c6193 100644
--- a/devel/py-ipyparallel/files/setup.py
+++ b/devel/py-ipyparallel/files/setup.py
@@ -95,8 +95,6 @@ setup(
],
},
packages=[
- 'benchmarks.benchmarks',
- 'benchmarks.profiling',
'ipyparallel',
'ipyparallel.apps',
'ipyparallel.client',