git: 766b70e4a238 - main - databases/py-rb: Convert to USE_PYTHON=pep517

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 15:00:12 UTC
The branch main has been updated by sunpoet:

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

commit 766b70e4a2388d26d32c22fd5e91d2320498f65e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:20:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:31:08 +0000

    databases/py-rb: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 databases/py-rb/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/databases/py-rb/Makefile b/databases/py-rb/Makefile
index f3c40a0a97b9..3c6c7d4a3410 100644
--- a/databases/py-rb/Makefile
+++ b/databases/py-rb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rb
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -9,14 +10,16 @@ WWW=		https://github.com/getsentry/rb
 
 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}redis2>=2.6:databases/py-redis2@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-GH_ACCOUNT=	getsentry
 USE_GITHUB=	yes
+GH_ACCOUNT=	getsentry
 
 .include <bsd.port.mk>