pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-wagtail



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Aug  5 03:27:13 UTC 2020

Modified Files:
        pkgsrc/www/py-wagtail: Makefile

Log Message:
py-wagtail: not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-wagtail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-wagtail/Makefile
diff -u pkgsrc/www/py-wagtail/Makefile:1.1 pkgsrc/www/py-wagtail/Makefile:1.2
--- pkgsrc/www/py-wagtail/Makefile:1.1  Tue Aug  4 01:04:34 2020
+++ pkgsrc/www/py-wagtail/Makefile      Wed Aug  5 03:27:13 2020
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-openpyxl-[
 
 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