Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GryZhPGY; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lcJqpZlf Received: by mail.netbsd.org (Postfix, from userid 605) id D87E884E73; Mon, 11 Mar 2024 13:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710163231; bh=7lMY2Qyn6D6/YdMTdmZGHu77AndZtXng/mLc7E2lvIk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=GryZhPGY21qJDa0LIcUsUFdmjatBKaf4SnGoPtcHljWaWjpGEqF5yfE9iVm4GfT7I UlfGKE4RRG0jpgHz6j7ATAMTN6IT9exzd5zFgrbhTSVmcNamc36rDL+3n0ej4tqfTc /tJR2XYndikoc9VuGOtc2ya+gVoWMywJdtLTtYWA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9C6784D1C for ; Mon, 11 Mar 2024 13:20:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 HlzyoD1ILXQL for ; Mon, 11 Mar 2024 13:20:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2734B84CFC for ; Mon, 11 Mar 2024 13:20:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710163229; bh=7lMY2Qyn6D6/YdMTdmZGHu77AndZtXng/mLc7E2lvIk=; h=Date:From:Subject:To:Reply-To; b=lcJqpZlfbA+mE3CWgQBvo+TDhobTeeU1fn+ttVM/8GPy5XOHyvJGTFgP0DIp+w1kf MYdyTNiQrPivou9ygalT4WAbj/wGdRO7LrAy+4V3s4gqn8l+oEOT3zc9k5gvLDPv4g IC08zIp+0GDrSXOKkM7ER5wRnzTjEY/Fz84Kc+EA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EC83FA2C; Mon, 11 Mar 2024 13:20:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710163212270290" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 13:20:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-pkginfo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240311132012.0EC83FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710163212270290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 11 13:20:11 UTC 2024 Modified Files: pkgsrc/devel/py-pkginfo: Makefile Log Message: py-pkginfo: according to update notes, wheel is a full dep - make it so. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pkginfo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710163212270290 Content-Disposition: inline Content-Length: 864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pkginfo/Makefile diff -u pkgsrc/devel/py-pkginfo/Makefile:1.20 pkgsrc/devel/py-pkginfo/Makefile:1.21 --- pkgsrc/devel/py-pkginfo/Makefile:1.20 Mon Mar 11 13:19:42 2024 +++ pkgsrc/devel/py-pkginfo/Makefile Mon Mar 11 13:20:11 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2024/03/11 13:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2024/03/11 13:20:11 wiz Exp $ DISTNAME= pkginfo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,8 +12,8 @@ LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov -TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none --_----------=_1710163212270290--