Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-python/
Date: Fri, 09 Sep 2022 09:48:21
Message-Id: 1662716838.4d085bba792e4dba8c1fe3b3827bde5c11af355d.matthew@gentoo
1 commit: 4d085bba792e4dba8c1fe3b3827bde5c11af355d
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 09:04:09 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 09:47:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d085bba
7
8 dev-libs/tree-sitter-python: drop 0.19.1_p20211112
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 dev-libs/tree-sitter-python/Manifest | 1 -
13 .../tree-sitter-python-0.19.1_p20211112.ebuild | 15 ---------------
14 2 files changed, 16 deletions(-)
15
16 diff --git a/dev-libs/tree-sitter-python/Manifest b/dev-libs/tree-sitter-python/Manifest
17 index d761c5deba26..545baebc1cfb 100644
18 --- a/dev-libs/tree-sitter-python/Manifest
19 +++ b/dev-libs/tree-sitter-python/Manifest
20 @@ -1,2 +1 @@
21 -DIST tree-sitter-python-0.19.1_p20211112.tar.gz 141155 BLAKE2B ee524faca6bebf6c7f27d34ba418c4494877d6cf33a17b4ac0e5c148db58a8e17b2ec8ba992139b72e1fc88c9c93bcdb6a8cbd4a47b9cc65ad3097e08b4ee339 SHA512 25d5b3f8bac1daf8c9971278b8c209f2d953310cd31afd2e375d48354845930e553d0067dd9c0e93565d1996a803d0b5445f48720b0bc7f3d38e73f40cdbbc90
22 DIST tree-sitter-python-0.20.0.tar.gz 155192 BLAKE2B 1b81eb80dc5a69124ba8579f905b83290b233b7aa7f41b13ead293ade576b4c2f4cb4ca52d34f1bd59131e6b0ff2a3058d8119bedc235fe6a8afd49b0856580e SHA512 6eff62f40a0cf95c9acb8bd571ed5d74ab9db7d15104a039273861c28f932c79d5e4d32e3017ed38fe35a8e92660f46bcdab8091a2dd2cc0d9699598a6d46606
23
24 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
25 deleted file mode 100644
26 index e24b3667a61c..000000000000
27 --- a/dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild
28 +++ /dev/null
29 @@ -1,15 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -TS_PV="24b530ca158d2782ea9046e756057a412e16b52f"
36 -
37 -inherit tree-sitter-grammar
38 -
39 -DESCRIPTION="Python grammar for Tree-sitter"
40 -HOMEPAGE="https://github.com/tree-sitter/tree-sitter-python"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64"