Received: by mail.netbsd.org (Postfix, from userid 605) id 9D37584D52; Sat, 31 Mar 2018 20:10:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C43884D40 for ; Sat, 31 Mar 2018 20:10:09 +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 p_k3lphlLpfK for ; Sat, 31 Mar 2018 20:10:09 +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 CA8FF84D3E for ; Sat, 31 Mar 2018 20:10:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6FA0FBEC; Sat, 31 Mar 2018 20:10:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152252700839910" MIME-Version: 1.0 Date: Sat, 31 Mar 2018 20:10:08 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-path.py To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180331201008.C6FA0FBEC@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. --_----------=_152252700839910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Mar 31 20:10:08 UTC 2018 Modified Files: pkgsrc/devel/py-path.py: Makefile Log Message: Needs py-setuptools_scm To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-path.py/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152252700839910 Content-Disposition: inline Content-Length: 867 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-path.py/Makefile diff -u pkgsrc/devel/py-path.py/Makefile:1.1 pkgsrc/devel/py-path.py/Makefile:1.2 --- pkgsrc/devel/py-path.py/Makefile:1.1 Fri Mar 23 10:20:07 2018 +++ pkgsrc/devel/py-path.py/Makefile Sat Mar 31 20:10:08 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/03/23 10:20:07 adam Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/31 20:10:08 joerg Exp $ DISTNAME= path.py-11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/jaraco/path COMMENT= Module wrapper for os.path LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm + TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test --_----------=_152252700839910--