diff options
author | adam <adam@pkgsrc.org> | 2018-07-14 12:12:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-14 12:12:33 +0000 |
commit | 389181fc893a826bebbff1302538fd7cd48d4372 (patch) | |
tree | f71f3db0f97916816230b2e6ec93f8585274e38e /www | |
parent | ec1b80732a4ffbbaa423df194edd54d2b231435e (diff) | |
download | pkgsrc-389181fc893a826bebbff1302538fd7cd48d4372.tar.gz |
py-pylint-django: mark as incompatible with Python 2.7
Diffstat (limited to 'www')
-rw-r--r-- | www/py-pylint-django/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-pylint-django/Makefile b/www/py-pylint-django/Makefile index 6c0817bdc0f..e0e776035e4 100644 --- a/www/py-pylint-django/Makefile +++ b/www/py-pylint-django/Makefile @@ -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-utils>=0.2.1:../../devel/py-pylint-plugin USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # pylint-plugin-utils + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |