git: 9a9d0e1edf07 - main - www/py-cookies: Convert to USE_PYTHON=pep517

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

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

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

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

diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile
index d0f482ba2769..175c8552bd23 100644
--- a/www/py-cookies/Makefile
+++ b/www/py-cookies/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cookies
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +11,11 @@ WWW=		https://github.com/sashahart/cookies
 
 LICENSE=	MIT
 
+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