diff options
Diffstat (limited to 'textproc/py-elementpath/Makefile')
| -rw-r--r-- | textproc/py-elementpath/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/py-elementpath/Makefile b/textproc/py-elementpath/Makefile index 72ebc583a741..6ca8cb43c4b3 100644 --- a/textproc/py-elementpath/Makefile +++ b/textproc/py-elementpath/Makefile @@ -1,6 +1,5 @@ PORTNAME= elementpath -DISTVERSION= 4.8.0 -PORTREVISION= 1 +DISTVERSION= 5.0.4 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +11,13 @@ WWW= https://github.com/sissaschool/elementpath LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} +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} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmlschema>=2.0.0:textproc/py-xmlschema@${PY_FLAVOR} USES= python -USE_PYTHON= distutils concurrent autoplist pytest +USE_PYTHON= pep517 concurrent autoplist pytest NO_ARCH= yes |
