git: 51f089e5c5e2 - main - net/py-suds: Convert to USE_PYTHON=pep517

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

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

commit 51f089e5c5e22ec4d8f7265daceffaeb0075844b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-13 14:05:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-13 14:05:47 +0000

    net/py-suds: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 net/py-suds/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile
index 7b767ab22797..7aa01f1b199a 100644
--- a/net/py-suds/Makefile
+++ b/net/py-suds/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	suds
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +12,13 @@ WWW=		https://github.com/suds-community/suds
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+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 pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
+MAKE_ENV=	SUDS_PACKAGE=suds
 
 .include <bsd.port.mk>