diff options
Diffstat (limited to 'net/py-uritemplate/Makefile')
-rw-r--r-- | net/py-uritemplate/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/py-uritemplate/Makefile b/net/py-uritemplate/Makefile index 06ff1e8dce73..6eb03b851c67 100644 --- a/net/py-uritemplate/Makefile +++ b/net/py-uritemplate/Makefile @@ -1,6 +1,5 @@ PORTNAME= uritemplate -PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTVERSION= 4.2.0 CATEGORIES= net MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +10,11 @@ WWW= https://github.com/python-hyper/uritemplate LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.45.1:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes |