aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:12:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:12:14 +0000
commit8e07f479724f248a131530abaafe533528fe513d (patch)
treeb0c9145cea211d154693a10b619d71ac8f477193
parentcfe120cd36abf02c3384c3e80fc4375f444223ac (diff)
downloadports-8e07f479724f248a131530abaafe533528fe513d.tar.gz
ports-8e07f479724f248a131530abaafe533528fe513d.zip
www/py-django-modelcluster: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-django-modelcluster/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-django-modelcluster/Makefile b/www/py-django-modelcluster/Makefile
index e5b8d63f702c..d483297efba9 100644
--- a/www/py-django-modelcluster/Makefile
+++ b/www/py-django-modelcluster/Makefile
@@ -1,6 +1,6 @@
PORTNAME= django-modelcluster
PORTVERSION= 6.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,13 @@ WWW= https://github.com/wagtail/django-modelcluster
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2022.4,1:devel/py-pytz@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes