aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:00:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:00:01 +0000
commit6ecf87ab264acaef17a688a589ef5f8c100fb34f (patch)
tree00a34c8effb8ef887aba3a81b8a64783e7d7845a
parenteaff74929ce44d6aaf86d1f41419d90477017085 (diff)
downloadports-6ecf87ab264acaef17a688a589ef5f8c100fb34f.tar.gz
ports-6ecf87ab264acaef17a688a589ef5f8c100fb34f.zip
devel/py-repoze.lru: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-repoze.lru/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-repoze.lru/Makefile b/devel/py-repoze.lru/Makefile
index d49f72520ec4..fed3baf28a0c 100644
--- a/devel/py-repoze.lru/Makefile
+++ b/devel/py-repoze.lru/Makefile
@@ -1,5 +1,6 @@
PORTNAME= repoze.lru
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,11 @@ LICENSE_NAME= Repoze Public License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
+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