Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 48F781A9239 for ; Thu, 27 Jan 2022 08:05:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB94784E63; Thu, 27 Jan 2022 08:05:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2302F84D41 for ; Thu, 27 Jan 2022 08:05:18 +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 2OtxCEXcDMAO for ; Thu, 27 Jan 2022 08:05:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 78DCF84CBC for ; Thu, 27 Jan 2022 08:05:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71633FB24; Thu, 27 Jan 2022 08:05:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643270717217400" MIME-Version: 1.0 Date: Thu, 27 Jan 2022 08:05:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/py-pure-eval To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220127080517.71633FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643270717217400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 27 08:05:17 UTC 2022 Modified Files: pkgsrc/lang/py-pure-eval: Makefile Log Message: py-pure-eval: add missing build dependency To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-pure-eval/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643270717217400 Content-Disposition: inline Content-Length: 776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-pure-eval/Makefile diff -u pkgsrc/lang/py-pure-eval/Makefile:1.1 pkgsrc/lang/py-pure-eval/Makefile:1.2 --- pkgsrc/lang/py-pure-eval/Makefile:1.1 Sun Jan 23 19:32:15 2022 +++ pkgsrc/lang/py-pure-eval/Makefile Thu Jan 27 08:05:17 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/01/23 19:32:15 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/27 08:05:17 wiz Exp $ DISTNAME= pure_eval-0.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/alexmojaki/ COMMENT= Safely evaluate AST nodes without side effects LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../../devel/py-test USE_LANGUAGES= # none --_----------=_1643270717217400--