Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cliff-tablib: metadata.xml cliff-tablib-1.1.ebuild Manifest ChangeLog
Date: Sat, 23 Nov 2013 09:59:22
Message-Id: 20131123095918.6A4D820035@flycatcher.gentoo.org
1 idella4 13/11/23 09:59:18
2
3 Added: metadata.xml cliff-tablib-1.1.ebuild Manifest
4 ChangeLog
5 Log:
6 new dep of test pahse of python-neutronclient, req'd for openstack, ebuild prepped by me
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.1 dev-python/cliff-tablib/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>openstack</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-python/cliff-tablib/cliff-tablib-1.1.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild?rev=1.1&content-type=text/plain
30
31 Index: cliff-tablib-1.1.ebuild
32 ===================================================================
33 # Copyright 1999-2013 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild,v 1.1 2013/11/23 09:59:18 idella4 Exp $
36
37 EAPI=5
38 PYTHON_COMPAT=( python2_7 )
39
40 inherit distutils-r1
41
42 DESCRIPTION="Formatter extensions of JSON, YAML, and HTML output in programs created by the cliff framework"
43 HOMEPAGE="https://github.com/dreamhost/cliff-tablib"
44 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45
46 KEYWORDS="~amd64 ~x86"
47 IUSE="doc examples"
48 LICENSE="Apache-2.0"
49 SLOT="0"
50
51 RDEPEND="dev-python/tablib[${PYTHON_USEDEP}]
52 dev-python/cliff[${PYTHON_USEDEP}]"
53 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54
55 python_install_all() {
56 # Use IUSE examples for installing the demoapp
57 use examples && local EXAMPLES=( demoapp/. )
58 use doc && local HTML_DOCS=( docs/build/html/. )
59 distutils-r1_python_install_all
60 }
61
62
63
64 1.1 dev-python/cliff-tablib/Manifest
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/Manifest?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/Manifest?rev=1.1&content-type=text/plain
68
69 Index: Manifest
70 ===================================================================
71 DIST cliff-tablib-1.1.tar.gz 80508 SHA256 4a8ed81f6678e76d0e0497f2708d0fe5d2b83ec442a03f982aaa711a08c74139 SHA512 26beea20ca1ba5c96276ce974c24bab572c6efebfe44ef45bd3ee6197593a34bf29843676a4e37fe400272f3ff59f703d60ff1abda22a1ca28c2434c0f224aac WHIRLPOOL e4aabd11f43d21f47ae281dcdfad4f0c40a85cf4e51e3e344e4ba7bb3f99148f89e285e3ad4a6f8cbab854539803d0ed11b2e943da18b57fbbc81c366f58e54f
72 EBUILD cliff-tablib-1.1.ebuild 803 SHA256 f231927f49f8d6ea69306adc24c7c7157030c31123ae0fdf3d671fbb745ef319 SHA512 5b880e5cb42b872977a67355d80d20277a2712c9b90b3bd4e31bcfc6dbce444fcdca98e2b56985304857eca95588233f48a17698d0290569aed708cdfdf6625c WHIRLPOOL 2629adbddbc93c01b46e0b4a56248b56237abaaf1d0647d961d0fb23ea5d20f626bf372cd30aecfa38fd9bb524440f80c125cba31c744a1dfdd32809ca6b77cf
73 MISC metadata.xml 170 SHA256 613f5f63dffc78a75b8e12bd0df1ba7f27afccc7532b809c6ed14de1007bdc25 SHA512 2de67dccf7cc4fe6837c3efb996e16621dc7ddbf58ac725c5f57d0bc8c64036a2adab320f124da571d31bdbedd9aca46aa867a9186b7cee8500855360b6dfb5e WHIRLPOOL 7aa8b64e7a8fa384484d69f4fa024536e537ce70ba49c738f52977912418e2ada990a4626072b0f2c56dedc743a0c81800db6ea271ebd18c87542ec2ba6dd4ed
74
75
76
77 1.1 dev-python/cliff-tablib/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff-tablib/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for dev-python/cliff-tablib
85 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-python/cliff-tablib/ChangeLog,v 1.1 2013/11/23 09:59:18 idella4 Exp $
87
88 *cliff-tablib-1.1 (23 Nov 2013)
89
90 23 Nov 2013; Ian Delaney <idella4@g.o> +cliff-tablib-1.1.ebuild,
91 +metadata.xml:
92 new dep of test pahse of python-neutronclient, req'd for openstack, ebuild
93 prepped by me