summaryrefslogtreecommitdiff
path: root/dev-libs/tree-sitter-python
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-libs/tree-sitter-python
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-libs/tree-sitter-python')
-rw-r--r--dev-libs/tree-sitter-python/Manifest2
-rw-r--r--dev-libs/tree-sitter-python/metadata.xml5
-rw-r--r--dev-libs/tree-sitter-python/tree-sitter-python-0.23.6.ebuild15
-rw-r--r--dev-libs/tree-sitter-python/tree-sitter-python-0.25.0.ebuild15
4 files changed, 37 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-python/Manifest b/dev-libs/tree-sitter-python/Manifest
new file mode 100644
index 000000000000..c25298c6d52a
--- /dev/null
+++ b/dev-libs/tree-sitter-python/Manifest
@@ -0,0 +1,2 @@
+DIST tree-sitter-python-0.23.6.tar.gz 269613 BLAKE2B e032f5e7eb19e22449f8999a3a0440857cc5e8e3d6b2db9df87a0db9253495f9bbf85a6afee9308783627567a796de42c6abe58ae08a7dfb2087b0268ae2e6b9 SHA512 a29213758ebb9b603a1e989c85abe81aae2d69fcaa3dc8d4d373d5e82e1948a201a58981f2100ded46123ad5f7354277db5bbf3718af691d85b51fa81b724db3
+DIST tree-sitter-python-0.25.0.tar.gz 266095 BLAKE2B e7911a1e877a92bfa724356c25926b7f07741fa070fc701caae6d90717877cb22d68004c09dbcdf1066705f486b5f735d7936d194597db4c4265ff460f7b8594 SHA512 9491de1eb1cb3962aa4894fad5b6bcc05dc3ddeef902a1982d0ac6d7f3baa78fc52c2a21d1e953b1859ed7a104c8182dbd8bd91ced41e63cc2a647f779d86456
diff --git a/dev-libs/tree-sitter-python/metadata.xml b/dev-libs/tree-sitter-python/metadata.xml
new file mode 100644
index 000000000000..5f33304011d5
--- /dev/null
+++ b/dev-libs/tree-sitter-python/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-libs/tree-sitter-python/tree-sitter-python-0.23.6.ebuild b/dev-libs/tree-sitter-python/tree-sitter-python-0.23.6.ebuild
new file mode 100644
index 000000000000..b07f12a69485
--- /dev/null
+++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.23.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Python grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
diff --git a/dev-libs/tree-sitter-python/tree-sitter-python-0.25.0.ebuild b/dev-libs/tree-sitter-python/tree-sitter-python-0.25.0.ebuild
new file mode 100644
index 000000000000..b03bc83f1094
--- /dev/null
+++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.25.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Python grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"