git: 1a2d1220de70 - main - www/py-requests-wsgi-adapter: Convert to USE_PYTHON=pep517

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 13 May 2024 14:25:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a2d1220de70c9886b0920d9696a8485a84e6314

commit 1a2d1220de70c9886b0920d9696a8485a84e6314
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-13 14:13:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-13 14:13:50 +0000

    www/py-requests-wsgi-adapter: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 www/py-requests-wsgi-adapter/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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