pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-mezzanine



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 17 08:11:20 UTC 2021

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

Log Message:
py-mezzanine: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-mezzanine/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-mezzanine/Makefile
diff -u pkgsrc/www/py-mezzanine/Makefile:1.11 pkgsrc/www/py-mezzanine/Makefile:1.12
--- pkgsrc/www/py-mezzanine/Makefile:1.11       Fri Oct 26 09:27:09 2018
+++ pkgsrc/www/py-mezzanine/Makefile    Sun Jan 17 08:11:20 2021
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pep8>=1.4.
 
 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