git: f5f7b5937dbd - main - www/py-betamax: Convert to USE_PYTHON=pep517

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

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

commit f5f7b5937dbdcd8bcdddfad4cc5db0971cc4d9bf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-13 14:11:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-13 14:11:37 +0000

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

diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile
index 0993fac9390d..177a876e2940 100644
--- a/www/py-betamax/Makefile
+++ b/www/py-betamax/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	betamax
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW=		https://betamax.readthedocs.io/en/latest/ \
 
 LICENSE=	APACHE20
 
+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.0:www/py-requests@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes