Received: by mail.netbsd.org (Postfix, from userid 605) id 875A884DF9; Sun, 22 Mar 2020 17:56:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DF5C84DF9 for ; Sun, 22 Mar 2020 17:56:23 +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 Zdt8xjHF1BQ8 for ; Sun, 22 Mar 2020 17:56:22 +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 6950A84DE6 for ; Sun, 22 Mar 2020 17:56:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 670B7FB27; Sun, 22 Mar 2020 17:56:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584899782237490" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 17:56:22 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/textproc/py-humanize To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200322175622.670B7FB27@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. --_----------=_1584899782237490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Mar 22 17:56:22 UTC 2020 Modified Files: pkgsrc/textproc/py-humanize: Makefile Log Message: py-humanize: needs py-setuptools_scm To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-humanize/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584899782237490 Content-Disposition: inline Content-Length: 834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-humanize/Makefile diff -u pkgsrc/textproc/py-humanize/Makefile:1.3 pkgsrc/textproc/py-humanize/Makefile:1.4 --- pkgsrc/textproc/py-humanize/Makefile:1.3 Sat Mar 21 11:23:57 2020 +++ pkgsrc/textproc/py-humanize/Makefile Sun Mar 22 17:56:22 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/21 11:23:57 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/22 17:56:22 tnn Exp $ DISTNAME= humanize-2.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ LICENSE= mit TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm USE_LANGUAGES= # none --_----------=_1584899782237490--