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 C74F51A9239 for ; Wed, 23 Feb 2022 11:36:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0953E84F0C; Wed, 23 Feb 2022 11:36:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44B8B84EC7 for ; Wed, 23 Feb 2022 11:36:32 +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 AqhUHUzPJKgK for ; Wed, 23 Feb 2022 11:36:31 +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 CFC3184E95 for ; Wed, 23 Feb 2022 11:36:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C66F1FB24; Wed, 23 Feb 2022 11:36:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164561619140320" MIME-Version: 1.0 Date: Wed, 23 Feb 2022 11:36:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220223113631.C66F1FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164561619140320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 23 11:36:31 UTC 2022 Modified Files: pkgsrc/lang: Makefile Log Message: lang/Makefile: + py-lark-parser To generate a diff of this commit: cvs rdiff -u -r1.630 -r1.631 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164561619140320 Content-Disposition: inline Content-Length: 569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.630 pkgsrc/lang/Makefile:1.631 --- pkgsrc/lang/Makefile:1.630 Wed Feb 23 11:33:07 2022 +++ pkgsrc/lang/Makefile Wed Feb 23 11:36:31 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.630 2022/02/23 11:33:07 wiz Exp $ +# $NetBSD: Makefile,v 1.631 2022/02/23 11:36:31 wiz Exp $ # COMMENT= Programming languages @@ -214,6 +214,7 @@ SUBDIR+= py-hy SUBDIR+= py-inflect SUBDIR+= py-js2py SUBDIR+= py-jsparser +SUBDIR+= py-lark-parser SUBDIR+= py-libcst SUBDIR+= py-lsp-server SUBDIR+= py-mypy --_----------=_164561619140320--