git: 4477c4a21f00 - main - devel/py-sre-yield: Convert to USE_PYTHON=pep517

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

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

commit 4477c4a21f00ecaebee0cf5854b7f51862142be9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-13 14:00:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-13 14:00:21 +0000

    devel/py-sre-yield: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 devel/py-sre-yield/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/devel/py-sre-yield/Makefile b/devel/py-sre-yield/Makefile
index c267d096ebfc..9021d39f5c09 100644
--- a/devel/py-sre-yield/Makefile
+++ b/devel/py-sre-yield/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sre-yield
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW=		https://github.com/google/sre_yield
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes