aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:12:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:12:28 +0000
commit669b1b68983c18d77f11462cd976f813d1d29cb3 (patch)
treea2f74a2e22457518ad09073080ee0b10fec3933d
parentca4a1beca6976a3d342623e57a8a8e9958338c47 (diff)
downloadports-669b1b68983c18d77f11462cd976f813d1d29cb3.tar.gz
ports-669b1b68983c18d77f11462cd976f813d1d29cb3.zip
www/py-django-requests-debug-toolbar: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-django-requests-debug-toolbar/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-django-requests-debug-toolbar/Makefile b/www/py-django-requests-debug-toolbar/Makefile
index 7254d170029f..8e00e21684eb 100644
--- a/www/py-django-requests-debug-toolbar/Makefile
+++ b/www/py-django-requests-debug-toolbar/Makefile
@@ -1,5 +1,6 @@
PORTNAME= django-requests-debug-toolbar
PORTVERSION= 0.0.7
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/marceltschoppch/django-requests-debug-toolbar
LICENSE= MIT
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}django-debug-toolbar>=2.2:www/py-django-debug-toolbar@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes