aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:12:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:12:12 +0000
commitcfe120cd36abf02c3384c3e80fc4375f444223ac (patch)
treeeef5b83e6c7d408536aa809b1fa25764ec3b7593
parentfe14ccde20d65650cf4712f0ce61be9928a4707d (diff)
downloadports-cfe120cd36abf02c3384c3e80fc4375f444223ac.tar.gz
ports-cfe120cd36abf02c3384c3e80fc4375f444223ac.zip
www/py-django-markdownx: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-django-markdownx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-django-markdownx/Makefile b/www/py-django-markdownx/Makefile
index f4c822b564ac..c9c317ed6189 100644
--- a/www/py-django-markdownx/Makefile
+++ b/www/py-django-markdownx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= django-markdownx
PORTVERSION= 4.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,14 @@ WWW= https://github.com/neutronX/django-markdownx
LICENSE= BSD2CLAUSE
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>=0:www/py-django42@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes