Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66C0384EC4 for ; Sun, 2 Jul 2023 13:01:22 +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 WL22dl9gVqJo for ; Sun, 2 Jul 2023 13:01:22 +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 BCCCA84D00 for ; Sun, 2 Jul 2023 13:01:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA410FA89; Sun, 2 Jul 2023 13:01:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688302881158570" MIME-Version: 1.0 Date: Sun, 2 Jul 2023 13:01:21 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20230702130121.BA410FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688302881158570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Sun Jul 2 13:01:21 UTC 2023 Modified Files: pkgsrc/lang/python: wheel.mk Log Message: lang/python/wheel.mk: Bump pip dependency version for --executable. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/python/wheel.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688302881158570 Content-Disposition: inline Content-Length: 672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python/wheel.mk diff -u pkgsrc/lang/python/wheel.mk:1.8 pkgsrc/lang/python/wheel.mk:1.9 --- pkgsrc/lang/python/wheel.mk:1.8 Tue Jun 27 10:31:21 2023 +++ pkgsrc/lang/python/wheel.mk Sun Jul 2 13:01:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: wheel.mk,v 1.8 2023/06/27 10:31:21 riastradh Exp $ +# $NetBSD: wheel.mk,v 1.9 2023/07/02 13:01:21 riastradh Exp $ # # Initial mk for building and installing python wheels # @@ -19,7 +19,7 @@ .include "../../lang/python/pyversion.mk" -TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=0:../../devel/py-pip +TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=23.1.2nb1:../../devel/py-pip WHEELFILE?= ${WRKSRC}/dist/*.whl --_----------=_1688302881158570--