Received: by mail.netbsd.org (Postfix, from userid 605) id 2BF7784D68; Tue, 2 May 2023 16:16:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5973A84D68 for ; Tue, 2 May 2023 16:16:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zkYJLfbdrtDt for ; Tue, 2 May 2023 16:16:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AF22B84D5F for ; Tue, 2 May 2023 16:16:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA4B2FA87; Tue, 2 May 2023 16:16:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168304420968120" MIME-Version: 1.0 Date: Tue, 2 May 2023 16:16:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-restructuredtext_lint To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230502161649.AA4B2FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168304420968120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 16:16:49 UTC 2023 Modified Files: pkgsrc/devel/py-restructuredtext_lint: Makefile Log Message: py-restructuredtext_lint: Python 3 only To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-restructuredtext_lint/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168304420968120 Content-Disposition: inline Content-Length: 710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-restructuredtext_lint/Makefile diff -u pkgsrc/devel/py-restructuredtext_lint/Makefile:1.7 pkgsrc/devel/py-restructuredtext_lint/Makefile:1.8 --- pkgsrc/devel/py-restructuredtext_lint/Makefile:1.7 Tue Apr 19 19:11:00 2022 +++ pkgsrc/devel/py-restructuredtext_lint/Makefile Tue May 2 16:16:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/04/19 19:11:00 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/05/02 16:16:49 wiz Exp $ DISTNAME= restructuredtext_lint-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11: USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_PKG_RESOURCES= yes post-install: --_----------=_168304420968120--