Received: by mail.netbsd.org (Postfix, from userid 605) id 75AE184CF9; Sun, 20 Nov 2022 22:31:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A664884CF7 for ; Sun, 20 Nov 2022 22:31:55 +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 73yXQPCjq7uI for ; Sun, 20 Nov 2022 22:31:55 +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 F3A2984C13 for ; Sun, 20 Nov 2022 22:31:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED28DFA90; Sun, 20 Nov 2022 22:31:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668983514159410" MIME-Version: 1.0 Date: Sun, 20 Nov 2022 22:31:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-jaraco.path To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221120223154.ED28DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668983514159410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 20 22:31:54 UTC 2022 Modified Files: pkgsrc/devel/py-jaraco.path: Makefile Log Message: py-jaraco.path: needs py-wheel, spotted by @wiz To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jaraco.path/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668983514159410 Content-Disposition: inline Content-Length: 1041 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-jaraco.path/Makefile diff -u pkgsrc/devel/py-jaraco.path/Makefile:1.3 pkgsrc/devel/py-jaraco.path/Makefile:1.4 --- pkgsrc/devel/py-jaraco.path/Makefile:1.3 Sun Nov 20 19:02:59 2022 +++ pkgsrc/devel/py-jaraco.path/Makefile Sun Nov 20 22:31:54 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/11/20 19:02:59 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/11/20 22:31:54 adam Exp $ DISTNAME= jaraco.path-3.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,8 @@ HOMEPAGE= https://github.com/jaraco/jara COMMENT= Miscellaneous path functions LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 --_----------=_1668983514159410--