Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-wagtail py-wagtail: not for python 2.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d2cb1b5a709
branches: trunk
changeset: 436553:1d2cb1b5a709
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Aug 05 03:27:13 2020 +0000
description:
py-wagtail: not for python 2.7
diffstat:
www/py-wagtail/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f9d48af4eaed -r 1d2cb1b5a709 www/py-wagtail/Makefile
--- a/www/py-wagtail/Makefile Wed Aug 05 01:27:20 2020 +0000
+++ b/www/py-wagtail/Makefile Wed Aug 05 03:27:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/04 01:04:34 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/05 03:27:13 tnn Exp $
DISTNAME= wagtail-2.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -36,6 +36,8 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-django2
+
REPLACE_PYTHON+= wagtail/project_template/manage.py
do-test:
Home |
Main Index |
Thread Index |
Old Index