Received: by mail.netbsd.org (Postfix, from userid 605) id DE7DB84E71; Sun, 22 Mar 2020 18:34:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 67B8184DF9 for ; Sun, 22 Mar 2020 18:34:56 +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 Skq-WeC_5V7X for ; Sun, 22 Mar 2020 18:34:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C4B5984CF7 for ; Sun, 22 Mar 2020 18:34:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2955FB27; Sun, 22 Mar 2020 18:34:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584902095106060" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 18:34:55 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/audio/py-last To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200322183455.C2955FB27@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. --_----------=_1584902095106060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Mar 22 18:34:55 UTC 2020 Modified Files: pkgsrc/audio/py-last: Makefile Log Message: py-last: needs py-setuptools_scm To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/py-last/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584902095106060 Content-Disposition: inline Content-Length: 819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/py-last/Makefile diff -u pkgsrc/audio/py-last/Makefile:1.11 pkgsrc/audio/py-last/Makefile:1.12 --- pkgsrc/audio/py-last/Makefile:1.11 Wed Mar 18 17:44:24 2020 +++ pkgsrc/audio/py-last/Makefile Sun Mar 22 18:34:55 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/03/18 17:44:24 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2020/03/22 18:34:55 tnn Exp $ DISTNAME= pylast-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,6 +11,7 @@ COMMENT= Python interface to Last.fm and LICENSE= apache-2.0 BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock --_----------=_1584902095106060--