Date: Wed, 21 Feb 2024 15:23:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3487e1b0dcde - main - devel/py-pathos: Update to 0.3.2 Message-ID: <202402211523.41LFNJFt041122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3487e1b0dcde795178a2ccc31b4155363ab2de16 commit 3487e1b0dcde795178a2ccc31b4155363ab2de16 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:33:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:33 +0000 devel/py-pathos: Update to 0.3.2 Changes: https://github.com/uqfoundation/pathos/releases --- devel/py-pathos/Makefile | 6 +++--- devel/py-pathos/distinfo | 6 +++--- devel/py-pathos/files/patch-setup.py | 15 +++++++++------ 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/devel/py-pathos/Makefile b/devel/py-pathos/Makefile index ea610bacf984..60ac1998a20c 100644 --- a/devel/py-pathos/Makefile +++ b/devel/py-pathos/Makefile @@ -1,5 +1,5 @@ PORTNAME= pathos -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${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.3:devel/py-pox@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.7:devel/py-ppft@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pox>=0.3.4:devel/py-pox@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.8: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 17caf08f808e..ff0958bdde80 100644 --- a/devel/py-pathos/distinfo +++ b/devel/py-pathos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070080 -SHA256 (pathos-0.3.1.tar.gz) = c9a088021493c5cb627d4459bba6c0533c684199e271a5dc297d62be23d74019 -SIZE (pathos-0.3.1.tar.gz) = 166067 +TIMESTAMP = 1708449262 +SHA256 (pathos-0.3.2.tar.gz) = 4f2a42bc1e10ccf0fe71961e7145fc1437018b6b21bd93b2446abc3983e49a7a +SIZE (pathos-0.3.2.tar.gz) = 166506 diff --git a/devel/py-pathos/files/patch-setup.py b/devel/py-pathos/files/patch-setup.py index fe5da9339323..acdb76f6f58f 100644 --- a/devel/py-pathos/files/patch-setup.py +++ b/devel/py-pathos/files/patch-setup.py @@ -1,10 +1,13 @@ ---- setup.py.orig 2023-07-23 11:11:55 UTC +--- setup.py.orig 2024-01-28 19:02:51 UTC +++ setup.py -@@ -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' +@@ -90,9 +90,9 @@ ppft_version = 'ppft>=1.7.6.8' + + # define dependencies + ppft_version = 'ppft>=1.7.6.8' +-dill_version = 'dill>=0.3.8' ++dill_version = 'dill>=0.3.7' + pox_version = 'pox>=0.3.4' +-mp_version = 'multiprocess>=0.70.16' +mp_version = 'multiprocess>=0.70.12' pyina_version = 'pyina>=0.2.7' mystic_version = 'mystic>=0.4.0'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211523.41LFNJFt041122>