pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pylint-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul 14 12:12:33 UTC 2018

Modified Files:
        pkgsrc/www/py-pylint-django: Makefile

Log Message:
py-pylint-django: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-pylint-django/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-pylint-django/Makefile
diff -u pkgsrc/www/py-pylint-django/Makefile:1.9 pkgsrc/www/py-pylint-django/Makefile:1.10
--- pkgsrc/www/py-pylint-django/Makefile:1.9    Fri Jun 15 08:01:07 2018
+++ pkgsrc/www/py-pylint-django/Makefile        Sat Jul 14 12:12:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/06/15 08:01:07 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/07/14 12:12:33 adam Exp $
 
 DISTNAME=      pylint-django-0.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-pylint-plugin-u
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # pylint-plugin-utils
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index