Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:12:55 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: 33ab85adea87 - main - devel/py-pathos: Update version requirement of RUN_DEPENDS
Message-ID:  <202403091412.429ECtLH015541@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=33ab85adea878fd1fc99089180d02d59807204d9

commit 33ab85adea878fd1fc99089180d02d59807204d9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:48:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:59 +0000

    devel/py-pathos: Update version requirement of RUN_DEPENDS
---
 devel/py-pathos/Makefile             | 2 +-
 devel/py-pathos/files/patch-setup.py | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/devel/py-pathos/Makefile b/devel/py-pathos/Makefile
index 60ac1998a20c..9e6605ac92f9 100644
--- a/devel/py-pathos/Makefile
+++ b/devel/py-pathos/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}multiprocess>=0.70.12:devel/py-multiprocess@${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}
diff --git a/devel/py-pathos/files/patch-setup.py b/devel/py-pathos/files/patch-setup.py
index acdb76f6f58f..2e4be1525ae3 100644
--- a/devel/py-pathos/files/patch-setup.py
+++ b/devel/py-pathos/files/patch-setup.py
@@ -1,11 +1,8 @@
 --- setup.py.orig	2024-01-28 19:02:51 UTC
 +++ setup.py
-@@ -90,9 +90,9 @@ ppft_version = 'ppft>=1.7.6.8'
- 
- # define dependencies
+@@ -92,7 +92,7 @@ pox_version = 'pox>=0.3.4'
  ppft_version = 'ppft>=1.7.6.8'
--dill_version = 'dill>=0.3.8'
-+dill_version = 'dill>=0.3.7'
+ dill_version = 'dill>=0.3.8'
  pox_version = 'pox>=0.3.4'
 -mp_version = 'multiprocess>=0.70.16'
 +mp_version = 'multiprocess>=0.70.12'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091412.429ECtLH015541>