Received: by mail.netbsd.org (Postfix, from userid 605) id C004684EE4; Sat, 14 Jul 2018 12:11:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD8AB84DEA for ; Sat, 14 Jul 2018 12:11:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PwJTZDbdTUJF for ; Sat, 14 Jul 2018 12:11:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0D7D184CFC for ; Sat, 14 Jul 2018 12:11:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1EF1FBEC; Sat, 14 Jul 2018 12:11:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153157029245290" MIME-Version: 1.0 Date: Sat, 14 Jul 2018 12:11:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pylint-common To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180714121132.D1EF1FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153157029245290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jul 14 12:11:32 UTC 2018 Modified Files: pkgsrc/devel/py-pylint-common: Makefile Log Message: py-pylint-common: mark as incompatible with Python 2.7 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pylint-common/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153157029245290 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pylint-common/Makefile diff -u pkgsrc/devel/py-pylint-common/Makefile:1.1 pkgsrc/devel/py-pylint-common/Makefile:1.2 --- pkgsrc/devel/py-pylint-common/Makefile:1.1 Thu Dec 21 10:15:48 2017 +++ pkgsrc/devel/py-pylint-common/Makefile Sat Jul 14 12:11:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/12/21 10:15:48 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/14 12:11:32 adam Exp $ DISTNAME= pylint-common-0.2.5 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" --_----------=_153157029245290--