pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-mezzanine py-mezzanine: mark as incompatible wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beab1d177608
branches:  trunk
changeset: 445179:beab1d177608
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 17 08:11:20 2021 +0000

description:
py-mezzanine: mark as incompatible with Python 2.7

diffstat:

 www/py-mezzanine/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9a1dd6d087ad -r beab1d177608 www/py-mezzanine/Makefile
--- a/www/py-mezzanine/Makefile Sun Jan 17 07:40:29 2021 +0000
+++ b/www/py-mezzanine/Makefile Sun Jan 17 08:11:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/10/26 09:27:09 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/17 08:11:20 adam Exp $
 
 DISTNAME=      Mezzanine-4.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -27,6 +27,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-django-contrib-comments
+
 REPLACE_PYTHON=        mezzanine/project_template/manage.py
 
 post-install:



Home | Main Index | Thread Index | Old Index