Received: by mail.netbsd.org (Postfix, from userid 605) id D444884FA4; Wed, 16 Nov 2022 22:57:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10A3E84FA3 for ; Wed, 16 Nov 2022 22:57:03 +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 4eTyJiV-_e36 for ; Wed, 16 Nov 2022 22:57:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F9E184C13 for ; Wed, 16 Nov 2022 22:57:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D129FA90; Wed, 16 Nov 2022 22:57:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166863942218310" MIME-Version: 1.0 Date: Wed, 16 Nov 2022 22:57:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-jaraco.itertools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221116225702.5D129FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166863942218310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 16 22:57:02 UTC 2022 Modified Files: pkgsrc/devel/py-jaraco.itertools: Makefile Log Message: py-jaraco.itertools: add missing tool dependency To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-jaraco.itertools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166863942218310 Content-Disposition: inline Content-Length: 1036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-jaraco.itertools/Makefile diff -u pkgsrc/devel/py-jaraco.itertools/Makefile:1.4 pkgsrc/devel/py-jaraco.itertools/Makefile:1.5 --- pkgsrc/devel/py-jaraco.itertools/Makefile:1.4 Sun Nov 6 18:43:30 2022 +++ pkgsrc/devel/py-jaraco.itertools/Makefile Wed Nov 16 22:57:02 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2022/11/06 18:43:30 adam Exp $ +# $NetBSD: Makefile,v 1.5 2022/11/16 22:57:02 wiz Exp $ DISTNAME= jaraco.itertools-6.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/jaraco/jara COMMENT= Additional itertools in the spirit of stdlib's itertools LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-inflect-[0-9]*:../../lang/py-inflect DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools --_----------=_166863942218310--