summaryrefslogtreecommitdiff
path: root/dev-python/click-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/click-plugins
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/click-plugins')
-rw-r--r--dev-python/click-plugins/Manifest3
-rw-r--r--dev-python/click-plugins/click-plugins-1.0.3.ebuild23
-rw-r--r--dev-python/click-plugins/metadata.xml10
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
new file mode 100644
index 000000000000..7848fa23b0b9
--- /dev/null
+++ b/dev-python/click-plugins/Manifest
@@ -0,0 +1,3 @@
+DIST click-plugins-1.0.3.tar.gz 7950 SHA256 7acc5e7eedd2dfd719714e8d53ae99030b5357aed661d0b06dacd6c2d583d7c5 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f WHIRLPOOL c06f7a943af5074db94b45d77b0ceb85b3601616c64b46c3495b8729005f8d691795efba39e773c247f26d9a658ce48f4cb1fcadc10394dd57cfc6de027db569
+EBUILD click-plugins-1.0.3.ebuild 514 SHA256 e032af2a1ae5f5f1f4ce2d5d16e9ba794b1dbaee2413d44438d52a8e2cf56569 SHA512 93d68a5939916dd72f7d9159074c55cfaf9bb686c375fae2ee71ebc9dd8fd2ef46631fcafbccb29f1d543eb7d8fd89fd9812e72c9a5a3eaa0152a938061f232d WHIRLPOOL 2dcddaaad603fce597e88d827a29f161b102282f670e5aee297ec29bc5f63c0de67d42824ea7ceabf4fe8cde602007bc9654019e2ad0a1e48204c18ddd07216b
+MISC metadata.xml 299 SHA256 8b7e28829cfbff959ca8963fa87c123272117b6ea58849f9cf1eef9090e0dffa SHA512 b37fff24719eed45df0c672912037dff92cd7c820316fd17ac532d8aa3d6b04103c837fa436fb4863b4dcaecde2fab4fb35b0e86e2f7c083364be723dc979e61 WHIRLPOOL 17ab19e8a4785a4e760b9b300fde54e96da0f3feb5a4c9893636296384f815a1dc0f67eb0984b34d724808db656eaa5e074e3a4b01de324a29db9059234ae61a
diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
new file mode 100644
index 000000000000..4eda8ac36e21
--- /dev/null
+++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
+HOMEPAGE="https://pypi.python.org/pypi/click-plugins"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
diff --git a/dev-python/click-plugins/metadata.xml b/dev-python/click-plugins/metadata.xml
new file mode 100644
index 000000000000..fc6c3094d657
--- /dev/null
+++ b/dev-python/click-plugins/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slis@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">click-plugins</remote-id>
+ </upstream>
+</pkgmetadata>