Received: by mail.netbsd.org (Postfix, from userid 605) id BBE4984D4B; Wed, 18 Jan 2023 10:18:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB97284CF9 for ; Wed, 18 Jan 2023 10:18:35 +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 WPk7vWjHzRs7 for ; Wed, 18 Jan 2023 10:18:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 647AF84CED for ; Wed, 18 Jan 2023 10:18:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CC0EFA90; Wed, 18 Jan 2023 10:18:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167403711595860" MIME-Version: 1.0 Date: Wed, 18 Jan 2023 10:18:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-python To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230118101835.5CC0EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167403711595860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 18 10:18:35 UTC 2023 Added Files: pkgsrc/textproc/tree-sitter-python: DESCR Makefile PLIST distinfo Log Message: textproc/tree-sitter-python: import tree-sitter-python-0.20.0 Python grammar for tree-sitter To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tree-sitter-python/DESCR \ pkgsrc/textproc/tree-sitter-python/Makefile \ pkgsrc/textproc/tree-sitter-python/PLIST \ pkgsrc/textproc/tree-sitter-python/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167403711595860 Content-Disposition: inline Content-Length: 1946 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/tree-sitter-python/DESCR diff -u /dev/null pkgsrc/textproc/tree-sitter-python/DESCR:1.1 --- /dev/null Wed Jan 18 10:18:35 2023 +++ pkgsrc/textproc/tree-sitter-python/DESCR Wed Jan 18 10:18:35 2023 @@ -0,0 +1 @@ +Python grammar for tree-sitter Index: pkgsrc/textproc/tree-sitter-python/Makefile diff -u /dev/null pkgsrc/textproc/tree-sitter-python/Makefile:1.1 --- /dev/null Wed Jan 18 10:18:35 2023 +++ pkgsrc/textproc/tree-sitter-python/Makefile Wed Jan 18 10:18:35 2023 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2023/01/18 10:18:35 wiz Exp $ + +DISTNAME= tree-sitter-python-0.20.0 +CATEGORIES= textproc devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/tree-sitter/tree-sitter-python/ +COMMENT= Python grammar for tree-sitter +LICENSE= mit + +.include "../../textproc/tree-sitter/grammar.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tree-sitter-python/PLIST diff -u /dev/null pkgsrc/textproc/tree-sitter-python/PLIST:1.1 --- /dev/null Wed Jan 18 10:18:35 2023 +++ pkgsrc/textproc/tree-sitter-python/PLIST Wed Jan 18 10:18:35 2023 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2023/01/18 10:18:35 wiz Exp $ +lib/libtree-sitter-python.so Index: pkgsrc/textproc/tree-sitter-python/distinfo diff -u /dev/null pkgsrc/textproc/tree-sitter-python/distinfo:1.1 --- /dev/null Wed Jan 18 10:18:35 2023 +++ pkgsrc/textproc/tree-sitter-python/distinfo Wed Jan 18 10:18:35 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/01/18 10:18:35 wiz Exp $ + +BLAKE2s (tree-sitter-python-0.20.0.tar.gz) = afb9c9a4b12ae57c7d88c4cdc83517cb8a48081b0808df78d566afcf71ae2b92 +SHA512 (tree-sitter-python-0.20.0.tar.gz) = 6eff62f40a0cf95c9acb8bd571ed5d74ab9db7d15104a039273861c28f932c79d5e4d32e3017ed38fe35a8e92660f46bcdab8091a2dd2cc0d9699598a6d46606 +Size (tree-sitter-python-0.20.0.tar.gz) = 155192 bytes --_----------=_167403711595860--