From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDC58158087 for ; Mon, 20 Dec 2021 04:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD75D2BC050; Mon, 20 Dec 2021 04:13:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A76522BC050 for ; Mon, 20 Dec 2021 04:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6062343104 for ; Mon, 20 Dec 2021 04:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30FAD268 for ; Mon, 20 Dec 2021 04:13:14 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1639973576.b85c186281909b33985bf482f35661714e6696c8.mva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter-python/Manifest dev-libs/tree-sitter-python/metadata.xml dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild X-VCS-Directories: dev-libs/tree-sitter-python/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: b85c186281909b33985bf482f35661714e6696c8 X-VCS-Branch: master Date: Mon, 20 Dec 2021 04:13:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15418abc-4a91-4105-9f96-c39c8d2b46bf X-Archives-Hash: 584ea86b9f5c6e76df8a43e8af3a4988 commit: b85c186281909b33985bf482f35661714e6696c8 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Thu Dec 9 03:39:49 2021 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Dec 20 04:12:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85c1862 dev-libs/tree-sitter-python: new package Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> dev-libs/tree-sitter-python/Manifest | 1 + dev-libs/tree-sitter-python/metadata.xml | 19 +++++++++++++++++++ .../tree-sitter-python-0.19.1_p20211112.ebuild | 15 +++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-libs/tree-sitter-python/Manifest b/dev-libs/tree-sitter-python/Manifest new file mode 100644 index 000000000000..d72bf93ffd50 --- /dev/null +++ b/dev-libs/tree-sitter-python/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-python-0.19.1_p20211112.tar.gz 141155 BLAKE2B ee524faca6bebf6c7f27d34ba418c4494877d6cf33a17b4ac0e5c148db58a8e17b2ec8ba992139b72e1fc88c9c93bcdb6a8cbd4a47b9cc65ad3097e08b4ee339 SHA512 25d5b3f8bac1daf8c9971278b8c209f2d953310cd31afd2e375d48354845930e553d0067dd9c0e93565d1996a803d0b5445f48720b0bc7f3d38e73f40cdbbc90 diff --git a/dev-libs/tree-sitter-python/metadata.xml b/dev-libs/tree-sitter-python/metadata.xml new file mode 100644 index 000000000000..64809d1b4963 --- /dev/null +++ b/dev-libs/tree-sitter-python/metadata.xml @@ -0,0 +1,19 @@ + + + + + matt@offtopica.uk + Matthew Smith + + + sarnex@gentoo.org + Nick Sarnie + + + mva@gentoo.org + Vadim Misbakh-Soloviov + + + tree-sitter/tree-sitter-python + + diff --git a/dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild b/dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild new file mode 100644 index 000000000000..e24b3667a61c --- /dev/null +++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_PV="24b530ca158d2782ea9046e756057a412e16b52f" + +inherit tree-sitter-grammar + +DESCRIPTION="Python grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-python" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"