Received: by mail.netbsd.org (Postfix, from userid 605) id 19E0184FC7; Sun, 23 Apr 2023 00:04:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4579884FC5 for ; Sun, 23 Apr 2023 00:04:36 +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 j-zUQeyn99kD for ; Sun, 23 Apr 2023 00:04:35 +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 C046184D10 for ; Sun, 23 Apr 2023 00:04:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2D2BFA85; Sun, 23 Apr 2023 00:04:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682208275273560" MIME-Version: 1.0 Date: Sun, 23 Apr 2023 00:04:35 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/py-yapf To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230423000435.B2D2BFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682208275273560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Apr 23 00:04:35 UTC 2023 Modified Files: pkgsrc/devel/py-yapf: Makefile Log Message: py-yapf: now Python 3 only due to py-tomli To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-yapf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682208275273560 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-yapf/Makefile diff -u pkgsrc/devel/py-yapf/Makefile:1.7 pkgsrc/devel/py-yapf/Makefile:1.8 --- pkgsrc/devel/py-yapf/Makefile:1.7 Fri Apr 21 09:26:30 2023 +++ pkgsrc/devel/py-yapf/Makefile Sun Apr 23 00:04:35 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/04/21 09:26:30 adam Exp $ +# $NetBSD: Makefile,v 1.8 2023/04/23 00:04:35 gutteridge Exp $ DISTNAME= yapf-0.33.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-tomli>=2.0.1:.. USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-tomli + USE_PKG_RESOURCES= yes post-install: --_----------=_1682208275273560--