git: 4dbda4e99efb - main - devel/py-ipyparallel: Update to 8.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 16:17:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dbda4e99efb8456b4fa338afd4c2f1747f66b38 commit 4dbda4e99efb8456b4fa338afd4c2f1747f66b38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 16:03:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 16:11:01 +0000 devel/py-ipyparallel: Update to 8.6.1 - Update WWW Changes: https://github.com/ipython/ipyparallel/blob/main/docs/source/changelog.md https://ipyparallel.readthedocs.io/en/latest/changelog.html --- devel/py-ipyparallel/Makefile | 6 +++--- devel/py-ipyparallel/distinfo | 6 +++--- devel/py-ipyparallel/files/setup.py | 2 -- 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',