Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B8BB81A9239 for ; Wed, 24 Nov 2021 11:33:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CA89584EEC; Wed, 24 Nov 2021 11:33:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11E6A84D46 for ; Wed, 24 Nov 2021 11:33:11 +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 F1UkgETWv89l for ; Wed, 24 Nov 2021 11:33:10 +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 672E884D43 for ; Wed, 24 Nov 2021 11:33:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B222FAEC; Wed, 24 Nov 2021 11:33:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637753590151670" MIME-Version: 1.0 Date: Wed, 24 Nov 2021 11:33:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-biplist To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211124113310.5B222FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637753590151670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 24 11:33:10 UTC 2021 Modified Files: pkgsrc/textproc/py-biplist: Makefile Log Message: py-biplist: use TEST_DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-biplist/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637753590151670 Content-Disposition: inline Content-Length: 911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-biplist/Makefile diff -u pkgsrc/textproc/py-biplist/Makefile:1.8 pkgsrc/textproc/py-biplist/Makefile:1.9 --- pkgsrc/textproc/py-biplist/Makefile:1.8 Sun Dec 17 16:17:54 2017 +++ pkgsrc/textproc/py-biplist/Makefile Wed Nov 24 11:33:10 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/12/17 16:17:54 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/11/24 11:33:10 wiz Exp $ DISTNAME= biplist-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,8 @@ HOMEPAGE= https://bitbucket.org/wooster/ COMMENT= Library for reading/writing binary plists LICENSE= modified-bsd -BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage -BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage +TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose USE_LANGUAGES= # none --_----------=_1637753590151670--