diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-10 09:01:14 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-10 09:39:14 +0100 |
commit | 89df267e834643e9691a53f091ea7c0dc47deb6e (patch) | |
tree | 532b88cd950b953332831f95dce6d1e57b6a2e9f | |
parent | app-emacs/vertico: drop 0.23 (diff) | |
download | gentoo-89df267e834643e9691a53f091ea7c0dc47deb6e.tar.gz gentoo-89df267e834643e9691a53f091ea7c0dc47deb6e.tar.bz2 gentoo-89df267e834643e9691a53f091ea7c0dc47deb6e.zip |
dev-libs/tree-sitter-python: add 0.20.0
Signed-off-by: Matthew Smith <matthew@gentoo.org>
-rw-r--r-- | dev-libs/tree-sitter-python/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/tree-sitter-python/tree-sitter-python-0.20.0.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-python/Manifest b/dev-libs/tree-sitter-python/Manifest index d72bf93ffd50..d761c5deba26 100644 --- a/dev-libs/tree-sitter-python/Manifest +++ b/dev-libs/tree-sitter-python/Manifest @@ -1 +1,2 @@ DIST tree-sitter-python-0.19.1_p20211112.tar.gz 141155 BLAKE2B ee524faca6bebf6c7f27d34ba418c4494877d6cf33a17b4ac0e5c148db58a8e17b2ec8ba992139b72e1fc88c9c93bcdb6a8cbd4a47b9cc65ad3097e08b4ee339 SHA512 25d5b3f8bac1daf8c9971278b8c209f2d953310cd31afd2e375d48354845930e553d0067dd9c0e93565d1996a803d0b5445f48720b0bc7f3d38e73f40cdbbc90 +DIST tree-sitter-python-0.20.0.tar.gz 155192 BLAKE2B 1b81eb80dc5a69124ba8579f905b83290b233b7aa7f41b13ead293ade576b4c2f4cb4ca52d34f1bd59131e6b0ff2a3058d8119bedc235fe6a8afd49b0856580e SHA512 6eff62f40a0cf95c9acb8bd571ed5d74ab9db7d15104a039273861c28f932c79d5e4d32e3017ed38fe35a8e92660f46bcdab8091a2dd2cc0d9699598a6d46606 diff --git a/dev-libs/tree-sitter-python/tree-sitter-python-0.20.0.ebuild b/dev-libs/tree-sitter-python/tree-sitter-python-0.20.0.ebuild new file mode 100644 index 000000000000..8088400764ad --- /dev/null +++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.20.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2022 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" |