git: a301e8391ae8 - main - devel/py-pyral: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:17:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a301e8391ae86f66825ab29110b2c2778fb173da commit a301e8391ae86f66825ab29110b2c2778fb173da Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 13:59:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 13:59:36 +0000 devel/py-pyral: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-pyral/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-pyral/Makefile b/devel/py-pyral/Makefile index ea441f3b2d2f..5732f483d3cf 100644 --- a/devel/py-pyral/Makefile +++ b/devel/py-pyral/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyral PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/RallyTools/RallyRestToolkitForPython LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.28.1:www/py-requests@${PY_FLAVOR} USES= python:3.9+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes