git: 19cb549bee23 - main - devel/py-pathos: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 10:18:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=19cb549bee2399edfc4d12f3d027c218b4808c11 commit 19cb549bee2399edfc4d12f3d027c218b4808c11 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-15 10:09:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-15 10:17:11 +0000 devel/py-pathos: Update version requirement of RUN_DEPENDS - Bump PORTREVISION for package change --- devel/py-pathos/Makefile | 3 ++- devel/py-pathos/files/patch-setup.py | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/devel/py-pathos/Makefile b/devel/py-pathos/Makefile index adcaa5a476cf..3b7772932aad 100644 --- a/devel/py-pathos/Makefile +++ b/devel/py-pathos/Makefile @@ -1,5 +1,6 @@ PORTNAME= pathos PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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.9:devel/py-dill@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}multiprocess>=0.70.12:devel/py-multiprocess@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}multiprocess>=0.70.16:devel/py-multiprocess@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pox>=0.3.5:devel/py-pox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.9:devel/py-ppft@${PY_FLAVOR} diff --git a/devel/py-pathos/files/patch-setup.py b/devel/py-pathos/files/patch-setup.py deleted file mode 100644 index ab0482dad70c..000000000000 --- a/devel/py-pathos/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-09-30 19:24:21 UTC -+++ setup.py -@@ -93,7 +93,7 @@ pox_version = 'pox>=0.3.5' - ppft_version = 'ppft>=1.7.6.9' - dill_version = 'dill>=0.3.9' - pox_version = 'pox>=0.3.5' --mp_version = 'multiprocess>=0.70.17' -+mp_version = 'multiprocess>=0.70.12' - pyina_version = 'pyina>=0.2.9' - mystic_version = 'mystic>=0.4.2' - # add dependencies