summaryrefslogtreecommitdiff
path: root/dev-libs/tree-sitter-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-12-20 08:14:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-12-20 08:14:22 +0000
commit83412e04cf90303ef06336b869931fefa98b4c30 (patch)
tree38d393bc59f52741b3ab3546567daec89baaed39 /dev-libs/tree-sitter-python
parenta7d024a698060f89980b29d614d00a324a5b6c02 (diff)
downloadbaldeagleos-repo-83412e04cf90303ef06336b869931fefa98b4c30.tar.gz
baldeagleos-repo-83412e04cf90303ef06336b869931fefa98b4c30.tar.xz
baldeagleos-repo-83412e04cf90303ef06336b869931fefa98b4c30.zip
Adding metadata
Diffstat (limited to 'dev-libs/tree-sitter-python')
-rw-r--r--dev-libs/tree-sitter-python/Manifest1
-rw-r--r--dev-libs/tree-sitter-python/metadata.xml18
-rw-r--r--dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild15
3 files changed, 34 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..d72bf93ffd50
--- /dev/null
+++ b/dev-libs/tree-sitter-python/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-python-0.19.1_p20211112.tar.gz 141155 BLAKE2B ee524faca6bebf6c7f27d34ba418c4494877d6cf33a17b4ac0e5c148db58a8e17b2ec8ba992139b72e1fc88c9c93bcdb6a8cbd4a47b9cc65ad3097e08b4ee339 SHA512 25d5b3f8bac1daf8c9971278b8c209f2d953310cd31afd2e375d48354845930e553d0067dd9c0e93565d1996a803d0b5445f48720b0bc7f3d38e73f40cdbbc90
diff --git a/dev-libs/tree-sitter-python/metadata.xml b/dev-libs/tree-sitter-python/metadata.xml
new file mode 100644
index 000000000000..1c9e1bd516d2
--- /dev/null
+++ b/dev-libs/tree-sitter-python/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>matt@offtopica.uk</email>
+ <name>Matthew Smith</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>sarnex@gentoo.org</email>
+ <name>Nick Sarnie</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>mva@gentoo.org</email>
+ <name>Vadim Misbakh-Soloviov</name>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file
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
new file mode 100644
index 000000000000..e24b3667a61c
--- /dev/null
+++ b/dev-libs/tree-sitter-python/tree-sitter-python-0.19.1_p20211112.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_PV="24b530ca158d2782ea9046e756057a412e16b52f"
+
+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"