aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:11:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:11:52 +0000
commit9a9d0e1edf07723fe9e22209de0d9c053498341e (patch)
tree2042d4c6ed64797deaa124e8bb5c61603d7f440c
parente9fbcc412c83f1e9c0a9e7a1f302d9d52846fc89 (diff)
downloadports-9a9d0e1edf07723fe9e22209de0d9c053498341e.tar.gz
ports-9a9d0e1edf07723fe9e22209de0d9c053498341e.zip
www/py-cookies: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-cookies/Makefile6
1 files changed, 5 insertions, 1 deletions
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