commit: b0cb0c242048d886be0851424583e69b47f951b7 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun Oct 8 10:47:31 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sun Oct 8 10:53:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cb0c24
dev-libs/tree-sitter-python: add 0.20.4 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/tree-sitter-python/Manifest | 1 + .../tree-sitter-python/tree-sitter-python-0.20.4.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/dev-libs/tree-sitter-python/Manifest b/dev-libs/tree-sitter-python/Manifest index 545baebc1cfb..404ec0b0fd5c 100644 --- a/dev-libs/tree-sitter-python/Manifest +++ b/dev-libs/tree-sitter-python/Manifest @@ -1 +1,2 @@ DIST tree-sitter-python-0.20.0.tar.gz 155192 BLAKE2B 1b81eb80dc5a69124ba8579f905b83290b233b7aa7f41b13ead293ade576b4c2f4cb4ca52d34f1bd59131e6b0ff2a3058d8119bedc235fe6a8afd49b0856580e SHA512 6eff62f40a0cf95c9acb8bd571ed5d74ab9db7d15104a039273861c28f932c79d5e4d32e3017ed38fe35a8e92660f46bcdab8091a2dd2cc0d9699598a6d46606 +DIST tree-sitter-python-0.20.4.tar.gz 249840 BLAKE2B 563895c46ca1de400d51168473cceaed61b3df486cbf9f33ae9f63acc16268b9147917f0bc0f18d3c8cad0ab0684b4c51900a7e1c6b898735621676353630650 SHA512 2cfd327a1c0033ebb5bc1a4efe4f8b7a776ad45da6b12ad3d496fe3500e2a99ac0ecefbc6eec81d724bcdb060a0ebb8a24496dee23c83c7802e0226f495751d3 diff --git a/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild b/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild new file mode 100644 index 000000000000..63630cddb34d --- /dev/null +++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.20.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~arm ~arm64 ~ppc ~ppc64"
