diff options
Diffstat (limited to 'devel/py-xmltodict/Makefile')
-rw-r--r-- | devel/py-xmltodict/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile index fd2a96d187e1..c5513f904e13 100644 --- a/devel/py-xmltodict/Makefile +++ b/devel/py-xmltodict/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmltodict -PORTVERSION= 0.14.2 +PORTVERSION= 1.0.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,12 @@ WWW= https://github.com/martinblech/xmltodict LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 nose2 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes |