diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-09-15 22:55:40 +0900 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-09-15 22:55:40 +0900 |
| commit | a6233e5a2fdfc3f67a89a90ac005521f25395355 (patch) | |
| tree | 9d5255e839db56b9ab332a37fd1cf546d34b5ff4 /devel/py-python-xcaplib/Makefile | |
| parent | dbf46e33e43701ff27f2e634ce714a6bacadbad3 (diff) | |
*/*: switch dependency from devel/py-lxml5 to devel/py-lxml
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org>
Diffstat (limited to 'devel/py-python-xcaplib/Makefile')
| -rw-r--r-- | devel/py-python-xcaplib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-python-xcaplib/Makefile b/devel/py-python-xcaplib/Makefile index 795c77bd565a..6193a3771012 100644 --- a/devel/py-python-xcaplib/Makefile +++ b/devel/py-python-xcaplib/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-xcaplib PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://download.ag-projects.com/XCAP/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,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}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-application>=1.1.5:devel/py-python-application@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} |
