aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:06:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:06:38 +0000
commitaa00f1c9a5ebfe41a267094b19cf2e1104597d36 (patch)
tree95e1cc2c37554828f024b4eb52a21c9d4c68e637
parent2e9556b29990a44fed5dfe1a7f5053c7555591de (diff)
downloadports-aa00f1c9a5ebfe41a267094b19cf2e1104597d36.tar.gz
ports-aa00f1c9a5ebfe41a267094b19cf2e1104597d36.zip
www/py-waitress: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-waitress/Makefile6
1 files changed, 5 insertions, 1 deletions
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