Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/click: metadata.xml click-2.0.ebuild Manifest ChangeLog
Date: Sun, 08 Jun 2014 00:36:41
Message-Id: 20140608003637.EE4E72004E@flycatcher.gentoo.org
1 rafaelmartins 14/06/08 00:36:37
2
3 Added: metadata.xml click-2.0.ebuild Manifest ChangeLog
4 Log:
5 initial import
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.1 dev-python/click/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 <upstream>
22 <remote-id type="pypi">click</remote-id>
23 </upstream>
24 </pkgmetadata>
25
26
27
28 1.1 dev-python/click/click-2.0.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.0.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.0.ebuild?rev=1.1&content-type=text/plain
32
33 Index: click-2.0.ebuild
34 ===================================================================
35 # Copyright 1999-2014 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-2.0.ebuild,v 1.1 2014/06/08 00:36:37 rafaelmartins Exp $
38
39 EAPI="5"
40 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
41
42 inherit distutils-r1
43
44 DESCRIPTION="A Python package for creating beautiful command line interfaces"
45 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 HOMEPAGE="http://click.pocoo.org/ http://pypi.python.org/pypi/click"
47
48 LICENSE="BSD"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51
52 # FIXME: tests docs and examples aren't being shipped with releases.
53 # Asked upstream to fix this. Avoided using github snapshots for now. (rafaelmartins)
54 IUSE=""
55
56 RDEPEND="dev-python/colorama"
57 DEPEND="${RDEPEND}"
58
59
60
61 1.1 dev-python/click/Manifest
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/Manifest?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/Manifest?rev=1.1&content-type=text/plain
65
66 Index: Manifest
67 ===================================================================
68 DIST click-2.0.tar.gz 47342 SHA256 33a984fe73aa8c6bf69c38098b69dd38405529db54baf4c8cf64c50b2dee644f SHA512 4c703ab4b5c76e393420b0edf9af9e8ddb301ccfef5f8117d3408eaa8a94abe6b7b5c7a8b61b7774a3b459b153c10438e8934f21ceb73697199828cce2c2887c WHIRLPOOL bf599395245319b31c189df297a1ec35ca69723ed24e2d3e9aa9231a3cfebdb80e1f43a0b010865b6fbecf09f23dc1121cca232aec26f09bdb455f41da5261c4
69 EBUILD click-2.0.ebuild 765 SHA256 63cd000cd5773c3f7f1eef1b48e20499ba52ad9ca7100f24b02b33c12362e250 SHA512 b2f7384d4c5db80804bfc794af3ccb5aa3b45375db3b3a2918fe2a2f02c79c3b80e3817179cfe53db20cdbdecc8b80dd4fd4b12c9436c5c8bf80ef6fea120fde WHIRLPOOL b5e54ad8854cde9d33d580dba04a7c400340daa7a4812177859417f24920f5451d1964060ef2c6a586a7ee972a4aeca4d331d20956f0bfb93827381e5c1eb4ca
70 MISC metadata.xml 228 SHA256 3fa918c866e06e5f06d7c83c0292001911f59df4687da67e11e9eccbbe8c0037 SHA512 9961f824bb904d7ca99065d6df54d4e8f1b4c75099c40883b799eabc5cc2765a6b2fa2d88f1ec9fa3aa46f874f76f0b019446a55f249eb0a9b14ee89831a889e WHIRLPOOL be665b1155c03a4cf4a60ff689af695416913015ad3ec3bc78bc89310d747bc103687b354754af44533a86d407a24d03e75bd7d06b40cc5ff2e5dee1354ec7f9
71
72
73
74 1.1 dev-python/click/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.1&content-type=text/plain
78
79 Index: ChangeLog
80 ===================================================================
81 # ChangeLog for dev-python/click
82 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
83 # $Header: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v 1.1 2014/06/08 00:36:37 rafaelmartins Exp $
84
85 *click-2.0 (08 Jun 2014)
86
87 08 Jun 2014; Rafael G. Martins <rafaelmartins@g.o> +click-2.0.ebuild,
88 +metadata.xml:
89 initial import