Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2B2067A266 for ; Sun, 28 May 2017 10:44:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9314684DE1; Sun, 28 May 2017 10:44:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24ACF84DD0 for ; Sun, 28 May 2017 10:44:49 +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 Ooswu9rchei4 for ; Sun, 28 May 2017 10:44:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 83C1484CD8 for ; Sun, 28 May 2017 10:44:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E881FBE4; Sun, 28 May 2017 10:44:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1495968288147000" MIME-Version: 1.0 Date: Sun, 28 May 2017 10:44:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-test To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170528104448.7E881FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1495968288147000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 28 10:44:48 UTC 2017 Modified Files: pkgsrc/devel/py-test: Makefile Log Message: Add build dependency on py-setuptools_scm. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-test/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1495968288147000 Content-Disposition: inline Content-Length: 853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test/Makefile diff -u pkgsrc/devel/py-test/Makefile:1.29 pkgsrc/devel/py-test/Makefile:1.30 --- pkgsrc/devel/py-test/Makefile:1.29 Tue May 23 08:30:11 2017 +++ pkgsrc/devel/py-test/Makefile Sun May 28 10:44:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/05/23 08:30:11 adam Exp $ +# $NetBSD: Makefile,v 1.30 2017/05/28 10:44:48 wiz Exp $ DISTNAME= pytest-3.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -12,6 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-py>=1.4.29:../../devel/py-py DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm # TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis --_----------=_1495968288147000--