Received: by mail.netbsd.org (Postfix, from userid 605) id F389A84D97; Sun, 15 Mar 2020 19:23:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A8C284D61 for ; Sun, 15 Mar 2020 19:23:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nV4g5uVIwKcr for ; Sun, 15 Mar 2020 19:23:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDC4084D4D for ; Sun, 15 Mar 2020 19:23:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1AC2FB27; Sun, 15 Mar 2020 19:23:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158430022524890" MIME-Version: 1.0 Date: Sun, 15 Mar 2020 19:23:45 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/py-configparser To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200315192345.C1AC2FB27@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. --_----------=_158430022524890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Mar 15 19:23:45 UTC 2020 Modified Files: pkgsrc/devel/py-configparser: Makefile Log Message: py-configparser: needs setuptools To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-configparser/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158430022524890 Content-Disposition: inline Content-Length: 846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-configparser/Makefile diff -u pkgsrc/devel/py-configparser/Makefile:1.10 pkgsrc/devel/py-configparser/Makefile:1.11 --- pkgsrc/devel/py-configparser/Makefile:1.10 Thu Sep 12 12:05:25 2019 +++ pkgsrc/devel/py-configparser/Makefile Sun Mar 15 19:23:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/09/12 12:05:25 adam Exp $ +# $NetBSD: Makefile,v 1.11 2020/03/15 19:23:45 tnn Exp $ DISTNAME= configparser-4.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/jaraco/conf COMMENT= Updated configparser from Python 3.5 LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-backports-[0-9]*:../../devel/py-backports TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2 --_----------=_158430022524890--