diff options
Diffstat (limited to 'textproc/py-elementpath/Makefile')
-rw-r--r-- | textproc/py-elementpath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index ca6021b283c2..72ebc583a741 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,5 +1,6 @@ PORTNAME= elementpath DISTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://github.com/sissaschool/elementpath LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmlschema>=2.0.0:textproc/py-xmlschema@${PY_FLAVOR} USES= python |