diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-21 16:41:16 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-21 17:00:55 +0900 |
commit | 0b0f7cda9d34dc0169a7b91fa134903f2d822526 (patch) | |
tree | 54006d4463e4ee034a7e701eefd465984ecb65e2 /devel/py-python-xcaplib/Makefile | |
parent | math/R-cran-pbkrtest: Update to 0.5.5 (diff) |
*/*: update dependency on devel/py-lxml to devel/py-lxml5 (2nd attempt)
This is a follow up to the commit 230fb2661c78, which updated some
ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an
attempt to follow the dependency change of
www/py-beautifulsoup. However, the switch was incomplete and broke
some other ports.
It has turned out that the ports depending on devel/py-lxml (at
version 4.9.3) does not limit their dependencies' upper bound to 4.x
except for one (devel/py-pymaven-patch). So updating them to
devel/py-lxml5 (at version 5.4.0) should cause no harm.
This commit switch dependencies of all the ports (except
devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts.
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
PR: 287144, 288047
Reported by: makc (via ports-committers),
vvd (PR 288047),
diizzy (PR 287144)
Approved by: portmgr (chase dependency change, unbreak build)
Fixes: 230fb2661c78 (*/*: update dependency on devel/py-lxml to devel/py-lxml5)
Diffstat (limited to 'devel/py-python-xcaplib/Makefile')
-rw-r--r-- | devel/py-python-xcaplib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-python-xcaplib/Makefile b/devel/py-python-xcaplib/Makefile index 86e751382a97..795c77bd565a 100644 --- a/devel/py-python-xcaplib/Makefile +++ b/devel/py-python-xcaplib/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-xcaplib PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://download.ag-projects.com/XCAP/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= LGPL20+ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-application>=1.1.5:devel/py-python-application@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} |