diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:00:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:00:01 +0000 |
commit | 6ecf87ab264acaef17a688a589ef5f8c100fb34f (patch) | |
tree | 00a34c8effb8ef887aba3a81b8a64783e7d7845a | |
parent | eaff74929ce44d6aaf86d1f41419d90477017085 (diff) |
devel/py-repoze.lru: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | devel/py-repoze.lru/Makefile | 6 |
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 |