git: ea21014afbb6 - main - devel/py-pathos: Update to 0.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:32:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea21014afbb646570b652418b8ea284c9e091b89 commit ea21014afbb646570b652418b8ea284c9e091b89 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:12:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:29 +0000 devel/py-pathos: Update to 0.3.1 - Update WWW Changes: https://github.com/uqfoundation/pathos/releases --- devel/py-pathos/Makefile | 13 +++++++------ devel/py-pathos/distinfo | 6 +++--- devel/py-pathos/files/patch-setup.py | 16 ++++++++-------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/devel/py-pathos/Makefile b/devel/py-pathos/Makefile index 74ca94a32ada..ea610bacf984 100644 --- a/devel/py-pathos/Makefile +++ b/devel/py-pathos/Makefile @@ -1,22 +1,23 @@ PORTNAME= pathos -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parallel graph management and execution in heterogeneous computing -WWW= https://github.com/uqfoundation/pathos +WWW= https://pathos.readthedocs.io/en/latest/ \ + https://github.com/uqfoundation/pathos LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.6:devel/py-dill@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.7:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multiprocess>=0.70.12:devel/py-multiprocess@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pox>=0.3.2:devel/py-pox@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.6:devel/py-ppft@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pox>=0.3.3:devel/py-pox@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.7:devel/py-ppft@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pathos/distinfo b/devel/py-pathos/distinfo index 851797c1eb9c..17caf08f808e 100644 --- a/devel/py-pathos/distinfo +++ b/devel/py-pathos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681052960 -SHA256 (pathos-0.3.0.tar.gz) = 24fa8db51fbd9284da8e191794097c4bb2aa3fce411090e57af6385e61b97e09 -SIZE (pathos-0.3.0.tar.gz) = 164417 +TIMESTAMP = 1691070080 +SHA256 (pathos-0.3.1.tar.gz) = c9a088021493c5cb627d4459bba6c0533c684199e271a5dc297d62be23d74019 +SIZE (pathos-0.3.1.tar.gz) = 166067 diff --git a/devel/py-pathos/files/patch-setup.py b/devel/py-pathos/files/patch-setup.py index 0c165cd66e3a..fe5da9339323 100644 --- a/devel/py-pathos/files/patch-setup.py +++ b/devel/py-pathos/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2022-10-24 02:43:02 UTC +--- setup.py.orig 2023-07-23 11:11:55 UTC +++ setup.py -@@ -91,7 +91,7 @@ class BinaryDistribution(Distribution): - ppft_version = 'ppft>=1.7.6.6' - dill_version = 'dill>=0.3.6' - pox_version = 'pox>=0.3.2' --mp_version = 'multiprocess>=0.70.14' +@@ -92,7 +92,7 @@ class BinaryDistribution(Distribution): + ppft_version = 'ppft>=1.7.6.7' + dill_version = 'dill>=0.3.7' + pox_version = 'pox>=0.3.3' +-mp_version = 'multiprocess>=0.70.15' +mp_version = 'multiprocess>=0.70.12' - pyina_version = 'pyina>=0.2.6' - mystic_version = 'mystic>=0.3.9' + pyina_version = 'pyina>=0.2.7' + mystic_version = 'mystic>=0.4.0' # add dependencies