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 2DA501A9239 for ; Mon, 31 Jan 2022 09:43:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6AA9784CEF; Mon, 31 Jan 2022 09:43:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7007F84D67 for ; Mon, 31 Jan 2022 09:43:50 +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 3Tq_pEH-z7fZ for ; Mon, 31 Jan 2022 09:43:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03C5C84D3A for ; Mon, 31 Jan 2022 09:43:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00DC0FB24; Mon, 31 Jan 2022 09:43:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16436222296280" MIME-Version: 1.0 Date: Mon, 31 Jan 2022 09:43:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220131094350.00DC0FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16436222296280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 31 09:43:49 UTC 2022 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + py-click7 To generate a diff of this commit: cvs rdiff -u -r1.3568 -r1.3569 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16436222296280 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3568 pkgsrc/devel/Makefile:1.3569 --- pkgsrc/devel/Makefile:1.3568 Sat Jan 29 08:41:39 2022 +++ pkgsrc/devel/Makefile Mon Jan 31 09:43:49 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3568 2022/01/29 08:41:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3569 2022/01/31 09:43:49 wiz Exp $ # COMMENT= Development utilities @@ -2240,6 +2240,7 @@ SUBDIR+= py-click-log SUBDIR+= py-click-plugins SUBDIR+= py-click-repl SUBDIR+= py-click-threading +SUBDIR+= py-click7 SUBDIR+= py-clickclick SUBDIR+= py-codespell SUBDIR+= py-codestyle --_----------=_16436222296280--