commit: db34793c19282cfb7b98f0d0ce49fa6d4614e1dd Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Oct 21 17:53:18 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Nov 2 12:05:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db34793c
dev-python/tree-sitter: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39070 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../tree-sitter/files/tree-sitter-0.21.0-unbundle.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-python/tree-sitter/files/tree-sitter-0.21.0-unbundle.patch b/dev-python/tree-sitter/files/tree-sitter-0.21.0-unbundle.patch deleted file mode 100644 index 69b50897d3aa..000000000000 --- a/dev-python/tree-sitter/files/tree-sitter-0.21.0-unbundle.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -14,13 +14,9 @@ setup( - Extension( - name="tree_sitter._binding", - sources=[ -- "tree_sitter/core/lib/src/lib.c", - "tree_sitter/binding.c" - ], -- include_dirs=[ -- "tree_sitter/core/lib/include", -- "tree_sitter/core/lib/src" -- ], -+ libraries=["tree-sitter"], - define_macros=[ - ("PY_SSIZE_T_CLEAN", None), - ],
