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 17FAA7A178 for ; Tue, 30 May 2017 20:31:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A316A84DC9; Tue, 30 May 2017 20:31:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30E2284DBE for ; Tue, 30 May 2017 20:31:12 +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 r6N7kcLIZRGG for ; Tue, 30 May 2017 20:31:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9652384CDC for ; Tue, 30 May 2017 20:31:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 919C7FBEE; Tue, 30 May 2017 20:31:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496176271112380" MIME-Version: 1.0 Date: Tue, 30 May 2017 20:31:11 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-execnet To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170530203111.919C7FBEE@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. --_----------=_1496176271112380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue May 30 20:31:11 UTC 2017 Modified Files: pkgsrc/devel/py-execnet: Makefile Log Message: Needs setuptools_scm. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-execnet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496176271112380 Content-Disposition: inline Content-Length: 710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-execnet/Makefile diff -u pkgsrc/devel/py-execnet/Makefile:1.1 pkgsrc/devel/py-execnet/Makefile:1.2 --- pkgsrc/devel/py-execnet/Makefile:1.1 Mon May 29 10:38:28 2017 +++ pkgsrc/devel/py-execnet/Makefile Tue May 30 20:31:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/05/29 10:38:28 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/05/30 20:31:11 joerg Exp $ DISTNAME= execnet-1.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,7 @@ COMMENT= Rapid multi-Python deployment LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-apipkg>=1.4:../../devel/py-apipkg +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm USE_LANGUAGES= # none --_----------=_1496176271112380--