aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:14:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:14:13 +0000
commit84a40e13dd48a82db4ccfc06da8342300c1c536b (patch)
tree161ae9fbad499cbb664bff0e868ed7d19b58bfc5
parent2b468929c739cfdb7911a248e524297da19efc2d (diff)
downloadports-84a40e13dd48a82db4ccfc06da8342300c1c536b.tar.gz
ports-84a40e13dd48a82db4ccfc06da8342300c1c536b.zip
www/py-wagtail-bakery: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-wagtail-bakery/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-wagtail-bakery/Makefile b/www/py-wagtail-bakery/Makefile
index 13e3fd9c2498..26950905e72b 100644
--- a/www/py-wagtail-bakery/Makefile
+++ b/www/py-wagtail-bakery/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wagtail-bakery
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://github.com/wagtail/wagtail-bakery
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-bakery>=0.12.7<0.14:www/py-django-bakery@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes