git: aa00f1c9a5eb - main - www/py-waitress: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:21:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa00f1c9a5ebfe41a267094b19cf2e1104597d36 commit aa00f1c9a5ebfe41a267094b19cf2e1104597d36 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:06:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:06:38 +0000 www/py-waitress: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- www/py-waitress/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile index cd0ac4a12fbb..d06e7b3375ca 100644 --- a/www/py-waitress/Makefile +++ b/www/py-waitress/Makefile @@ -1,5 +1,6 @@ PORTNAME= waitress PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Pylons/waitress LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes