Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-9999.ebuild metadata.xml ChangeLog python-keystoneclient-2012.2.ebuild
Date: Tue, 01 Jan 2013 08:39:32
Message-Id: 20130101083920.518792171D@flycatcher.gentoo.org
1 prometheanfire 13/01/01 08:39:20
2
3 Added: python-keystoneclient-9999.ebuild metadata.xml
4 ChangeLog python-keystoneclient-2012.2.ebuild
5 Log:
6 initial commit of python-keystoneclient
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
9
10 Revision Changes Path
11 1.1 dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?rev=1.1&content-type=text/plain
15
16 Index: python-keystoneclient-9999.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $
21
22 EAPI=5
23 #restricted due to packages missing and bad depends in the test ==webob-1.0.8
24 RESTRICT="test"
25 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
26
27 inherit git-2 distutils-r1
28
29 DESCRIPTION="A client for the OpenStack Keystone API."
30 HOMEPAGE="https://github.com/openstack/python-keystoneclient"
31 EGIT_REPO_URI="https://github.com/openstack/python-keystoneclient.git"
32
33 LICENSE="Apache-2.0"
34 SLOT="0"
35 KEYWORDS=""
36 IUSE=""
37 #IUSE="test"
38
39 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 RDEPEND="dev-python/httplib2
41 dev-python/prettytable
42 dev-python/requests
43 dev-python/simplejson
44 virtual/python-argparse"
45 # test? ( dev-python/Babel
46 # dev-python/coverage
47 # dev-python/iso8601
48 # dev-python/keyring
49 # dev-python/mock
50 # dev-python/mox
51 # dev-python/nose
52 # dev-python/nose-exclude #not packaged
53 # dev-python/nosehtmloutput #not packaged
54 # >=dev-python/pep8-1.3.3
55 # >=app-misc/sphinx-1.1.2
56 # dev-python/unittest2
57 # >=dev-python/webob-1.0.8 )"
58 #
59 #python_test() {
60 # "${PYTHON} setup.py nosetests || die
61 #}
62
63
64
65 1.1 dev-python/python-keystoneclient/metadata.xml
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/metadata.xml?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/metadata.xml?rev=1.1&content-type=text/plain
69
70 Index: metadata.xml
71 ===================================================================
72 <?xml version="1.0" encoding="UTF-8"?>
73 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 <pkgmetadata>
75 <maintainer>
76 <email>prometheanfire@g.o</email>
77 <name>Matthew Thode</name>
78 </maintainer>
79 <longdescription lang="en">
80 A client for the OpenStack Keystone API.
81 </longdescription>
82 </pkgmetadata>
83
84
85
86
87 1.1 dev-python/python-keystoneclient/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.1&content-type=text/plain
91
92 Index: ChangeLog
93 ===================================================================
94 # ChangeLog for dev-python/python-keystoneclient
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $
97
98 *python-keystoneclient-9999 (01 Jan 2013)
99 *python-keystoneclient-2012.2 (01 Jan 2013)
100
101 01 Jan 2013; Matthew Thode <prometheanfire@g.o>
102 +python-keystoneclient-2012.2.ebuild, +python-keystoneclient-9999.ebuild,
103 +metadata.xml:
104 initial add of python-keystoneclient
105
106
107
108
109 1.1 dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild?rev=1.1&content-type=text/plain
113
114 Index: python-keystoneclient-2012.2.ebuild
115 ===================================================================
116 # Copyright 1999-2013 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $
119
120 EAPI=5
121 #restricted due to packages missing and bad depends in the test ==webob-1.0.8
122 RESTRICT="test"
123 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
124
125 inherit distutils-r1
126
127 DESCRIPTION="A client for the OpenStack Keystone API."
128 HOMEPAGE="https://github.com/openstack/python-keystoneclient"
129 #SRC_URI="http://launchpad.net/keystone/folsom/${PV}/+download/${P}.tar.gz"
130 SRC_URI="http://launchpad.net/keystone/folsom/folsom-1/+download/${P}~f1.tar.gz"
131
132 LICENSE="Apache-2.0"
133 SLOT="0"
134 KEYWORDS="~amd64 ~x86"
135 IUSE=""
136 #IUSE="test"
137
138 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
139 RDEPEND="dev-python/httplib2
140 dev-python/prettytable
141 dev-python/requests
142 dev-python/simplejson
143 virtual/python-argparse"
144 # test? ( dev-python/Babel
145 # dev-python/coverage
146 # dev-python/iso8601
147 # dev-python/keyring
148 # dev-python/mock
149 # dev-python/mox
150 # dev-python/nose
151 # dev-python/nose-exclude #not packaged
152 # dev-python/nosehtmloutput #not packaged
153 # >=dev-python/pep8-1.3.3
154 # >=app-misc/sphinx-1.1.2
155 # dev-python/unittest2
156 # >=dev-python/webob-1.0.8 )"
157 #
158 #python_test() {
159 # "${PYTHON} setup.py nosetests || die
160 #}