diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-06-16 06:30:41 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-06-16 06:30:41 +0200 |
commit | 636e91c56a6d32b4371bca35ffc000f0b790f512 (patch) | |
tree | a3988123da2432aac1e51fc58c4cd467cfa38f69 /textproc/py-packageurl-python/Makefile | |
parent | textproc/py-mkdocstrings-python: Update to 1.16.12 (diff) |
textproc/py-packageurl-python: Update to 0.17.1
* Switch to the PEP517 build framework while I'm here.
Changelog since 0.16.0:
https://github.com/package-url/packageurl-python/blob/v0.17.1/CHANGELOG.rst
Diffstat (limited to 'textproc/py-packageurl-python/Makefile')
-rw-r--r-- | textproc/py-packageurl-python/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-packageurl-python/Makefile b/textproc/py-packageurl-python/Makefile index 498086d877ce..b10bfe57b674 100644 --- a/textproc/py-packageurl-python/Makefile +++ b/textproc/py-packageurl-python/Makefile @@ -1,6 +1,5 @@ PORTNAME= packageurl-python -DISTVERSION= 0.16.0 -PORTREVISION= 1 +DISTVERSION= 0.17.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +12,11 @@ WWW= https://github.com/package-url/packageurl-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/mit.LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils pytest +USE_PYTHON= autoplist pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} |