summaryrefslogtreecommitdiff
path: root/www/py-wagtail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-05 15:40:56 +0000
committerwiz <wiz@pkgsrc.org>2022-01-05 15:40:56 +0000
commitd19f073cf98e1f2653a8d55bc4ae03f713437692 (patch)
treee9aefdaf8aa062e73299809ec4ac25bfcfb8a1a8 /www/py-wagtail
parent43a3377b786e75dc9288884a4be636135f02feae (diff)
downloadpkgsrc-d19f073cf98e1f2653a8d55bc4ae03f713437692.tar.gz
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Diffstat (limited to 'www/py-wagtail')
-rw-r--r--www/py-wagtail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile
index 0545d12a7e2..70c999ac228 100644
--- a/www/py-wagtail/Makefile
+++ b/www/py-wagtail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:37 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/05 15:41:31 wiz Exp $
DISTNAME= wagtail-2.12.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wagtail/}
@@ -38,6 +38,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-django2
+USE_PKG_RESOURCES= yes
+
REPLACE_PYTHON+= wagtail/project_template/manage.py
pre-install: