aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:13:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:13:50 +0000
commit1a2d1220de70c9886b0920d9696a8485a84e6314 (patch)
tree4cf63ebf0699b5ab3190c39cc96cc2e498f8bbe2 /www
parent54d23a9dc14a4ef71056ec34d82b1d5634e759ef (diff)
downloadports-1a2d1220de70c9886b0920d9696a8485a84e6314.tar.gz
ports-1a2d1220de70c9886b0920d9696a8485a84e6314.zip
www/py-requests-wsgi-adapter: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'www')
-rw-r--r--www/py-requests-wsgi-adapter/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-requests-wsgi-adapter/Makefile b/www/py-requests-wsgi-adapter/Makefile
index 7de635f8b316..0af8c9a3f228 100644
--- a/www/py-requests-wsgi-adapter/Makefile
+++ b/www/py-requests-wsgi-adapter/Makefile
@@ -1,5 +1,6 @@
PORTNAME= requests-wsgi-adapter
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +11,12 @@ WWW= https://github.com/seanbrant/requests-wsgi-adapter
LICENSE= BSD3CLAUSE
+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>=1.0:www/py-requests@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes