diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2025-06-24 17:28:13 +0200 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2025-06-24 17:28:13 +0200 |
commit | a527f5544caf94c7ba58c47246934407ac06a55a (patch) | |
tree | 4be3ce90d22085ea78493a1ca61b9bcc2f6f9614 | |
parent | devel/glib20: remove unused USE_PYTHON=py3kplist (diff) |
net/py-uritemplate: Update to 4.2.0
- Convert to PEP517
Reported by: portscout!
-rw-r--r-- | net/py-uritemplate/Makefile | 8 | ||||
-rw-r--r-- | net/py-uritemplate/distinfo | 6 |
2 files changed, 8 insertions, 6 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 diff --git a/net/py-uritemplate/distinfo b/net/py-uritemplate/distinfo index 93fffe875990..1a7adf2a7506 100644 --- a/net/py-uritemplate/distinfo +++ b/net/py-uritemplate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601040722 -SHA256 (uritemplate-3.0.1.tar.gz) = 5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae -SIZE (uritemplate-3.0.1.tar.gz) = 32806 +TIMESTAMP = 1750778056 +SHA256 (uritemplate-4.2.0.tar.gz) = 480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e +SIZE (uritemplate-4.2.0.tar.gz) = 33267 |