summaryrefslogtreecommitdiff
path: root/dev-python/click-command-tree
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-06 15:14:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-06 15:14:59 +0000
commitfde3b5bbeb07fb00d002d7686ba1fb259a5e5184 (patch)
treec7c2fa1cc942119d9d1f9fc9db5b4c2f15e8fea9 /dev-python/click-command-tree
parent7be16c0e5ac01853add3329935dacfdaa10b62e9 (diff)
downloadbaldeagleos-repo-fde3b5bbeb07fb00d002d7686ba1fb259a5e5184.tar.gz
baldeagleos-repo-fde3b5bbeb07fb00d002d7686ba1fb259a5e5184.tar.xz
baldeagleos-repo-fde3b5bbeb07fb00d002d7686ba1fb259a5e5184.zip
Adding metadata
Diffstat (limited to 'dev-python/click-command-tree')
-rw-r--r--dev-python/click-command-tree/Manifest1
-rw-r--r--dev-python/click-command-tree/click-command-tree-1.1.1.ebuild24
-rw-r--r--dev-python/click-command-tree/metadata.xml6
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/click-command-tree/Manifest b/dev-python/click-command-tree/Manifest
new file mode 100644
index 000000000000..baaaa333b1b6
--- /dev/null
+++ b/dev-python/click-command-tree/Manifest
@@ -0,0 +1 @@
+DIST click-command-tree-1.1.1.gh.tar.gz 3991 BLAKE2B 7fc40e8273c05aedb8f71ddfe33d640761f3fe8c02afdb8973828b8c247910c67e7469aa43e41bc003dadd741736c0b4ffc48d146cd417051a4b939299a49033 SHA512 e9e8298b8efeb41331f03b8cbe1777bc01fdab246770d975ea27e1b1c513320ab34f61cffd72d19d878669d75d952401dcfffabc0e2d2e70bc52f1a6248f25b0
diff --git a/dev-python/click-command-tree/click-command-tree-1.1.1.ebuild b/dev-python/click-command-tree/click-command-tree-1.1.1.ebuild
new file mode 100644
index 000000000000..c1575a08b053
--- /dev/null
+++ b/dev-python/click-command-tree/click-command-tree-1.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+inherit distutils-r1
+
+DESCRIPTION="click plugin to show the command tree of your CLI"
+HOMEPAGE="https://pypi.org/project/click-command-tree/"
+SRC_URI="https://github.com/whwright/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/click
+"
+BDEPEND=""
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
diff --git a/dev-python/click-command-tree/metadata.xml b/dev-python/click-command-tree/metadata.xml
new file mode 100644
index 000000000000..736a1167c898
--- /dev/null
+++ b/dev-python/click-command-tree/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file