Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-plugins/
Date: Tue, 30 May 2017 10:32:27
Message-Id: 1496140491.397569b9fe339c8fad74141fb769d3bed6fe1a19.slis@gentoo
1 commit: 397569b9fe339c8fad74141fb769d3bed6fe1a19
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 10:05:10 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 10:34:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397569b9
7
8 dev-python/click-plugins: added package
9
10 Needed by sci-libs/Fiona
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-python/click-plugins/Manifest | 1 +
15 .../click-plugins/click-plugins-1.0.3.ebuild | 23 ++++++++++++++++++++++
16 dev-python/click-plugins/metadata.xml | 10 ++++++++++
17 3 files changed, 34 insertions(+)
18
19 diff --git a/dev-python/click-plugins/Manifest b/dev-python/click-plugins/Manifest
20 new file mode 100644
21 index 00000000000..4a182e2a106
22 --- /dev/null
23 +++ b/dev-python/click-plugins/Manifest
24 @@ -0,0 +1 @@
25 +DIST click-plugins-1.0.3.tar.gz 7950 SHA256 7acc5e7eedd2dfd719714e8d53ae99030b5357aed661d0b06dacd6c2d583d7c5 SHA512 1eac03d57931bdf8e2f387164490436b3b921738936ee6cd9a58246e05e84133e77c47dd606a00d1b3e238a806bf83ffe7dc7c758a92d789cc229a94ed26e17f WHIRLPOOL c06f7a943af5074db94b45d77b0ceb85b3601616c64b46c3495b8729005f8d691795efba39e773c247f26d9a658ce48f4cb1fcadc10394dd57cfc6de027db569
26
27 diff --git a/dev-python/click-plugins/click-plugins-1.0.3.ebuild b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
28 new file mode 100644
29 index 00000000000..8eb1422d3a1
30 --- /dev/null
31 +++ b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
32 @@ -0,0 +1,23 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="6"
37 +
38 +PYTHON_COMPAT=( python3_{3,4,5} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Module for click to enable registering CLI commands via setuptools entry-points"
43 +HOMEPAGE="https://pypi.python.org/pypi/click-plugins"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="BSD"
47 +KEYWORDS="~amd64 ~x86"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND=""
52 +DEPEND="
53 + ${RDEPEND}
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 +"
56
57 diff --git a/dev-python/click-plugins/metadata.xml b/dev-python/click-plugins/metadata.xml
58 new file mode 100644
59 index 00000000000..fc6c3094d65
60 --- /dev/null
61 +++ b/dev-python/click-plugins/metadata.xml
62 @@ -0,0 +1,10 @@
63 +<?xml version='1.0' encoding='UTF-8'?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="person">
67 + <email>slis@g.o</email>
68 + </maintainer>
69 + <upstream>
70 + <remote-id type="pypi">click-plugins</remote-id>
71 + </upstream>
72 +</pkgmetadata>