git: 4cbddaa33419 - main - devel/py-pyina: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:13:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cbddaa33419cffe03476c8978abec15ec7e092a commit 4cbddaa33419cffe03476c8978abec15ec7e092a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:48:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:06:03 +0000 devel/py-pyina: Update version requirement of RUN_DEPENDS --- devel/py-pyina/Makefile | 2 +- devel/py-pyina/files/patch-setup.py | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/devel/py-pyina/Makefile b/devel/py-pyina/Makefile index 8882bb53b97f..51e5f13e42cd 100644 --- a/devel/py-pyina/Makefile +++ b/devel/py-pyina/Makefile @@ -14,7 +14,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.7:devel/py-dill@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.8:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mpi4py>=1.3:net/py-mpi4py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mystic>=0.4.2:devel/py-mystic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.0,1:math/py-numpy@${PY_FLAVOR} \ diff --git a/devel/py-pyina/files/patch-setup.py b/devel/py-pyina/files/patch-setup.py deleted file mode 100644 index c96c7578c6a0..000000000000 --- a/devel/py-pyina/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-01-28 20:20:28 UTC -+++ setup.py -@@ -103,7 +103,7 @@ class BinaryDistribution(Distribution): - return True - - # define dependencies --dill_version = 'dill>=0.3.8' -+dill_version = 'dill>=0.3.7' - pox_version = 'pox>=0.3.4' - pathos_version = 'pathos>=0.3.2' - mystic_version = 'mystic>=0.4.2'