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: ChangeLog python-keystoneclient-0.2.1.ebuild python-keystoneclient-2012.2.ebuild
Date: Tue, 01 Jan 2013 09:01:34
Message-Id: 20130101090123.68B092171D@flycatcher.gentoo.org
1 prometheanfire 13/01/01 09:01:23
2
3 Modified: ChangeLog
4 Added: python-keystoneclient-0.2.1.ebuild
5 Removed: python-keystoneclient-2012.2.ebuild
6 Log:
7 added python-keystoneclient-0.2.1 (from pypi) and removed python-keystoneclient-2012.2 (from launchpad)
8
9 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.2 dev-python/python-keystoneclient/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 1 Jan 2013 08:39:20 -0000 1.1
25 +++ ChangeLog 1 Jan 2013 09:01:23 -0000 1.2
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-python/python-keystoneclient
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.2 2013/01/01 09:01:23 prometheanfire Exp $
31 +
32 +*python-keystoneclient-0.2.1 (01 Jan 2013)
33 +
34 + 01 Jan 2013; Matthew Thode <prometheanfire@g.o>
35 + +python-keystoneclient-0.2.1.ebuild, -python-keystoneclient-2012.2.ebuild:
36 + added python-keystoneclient-0.2.1 (from pypi) and removed
37 + python-keystoneclient-2012.2 (from launchpad)
38
39 *python-keystoneclient-9999 (01 Jan 2013)
40 *python-keystoneclient-2012.2 (01 Jan 2013)
41
42
43
44 1.1 dev-python/python-keystoneclient/python-keystoneclient-0.2.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: python-keystoneclient-0.2.1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.1.ebuild,v 1.1 2013/01/01 09:01:23 prometheanfire Exp $
54
55 EAPI=5
56 #restricted due to packages missing and bad depends in the test ==webob-1.0.8
57 RESTRICT="test"
58 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
59
60 inherit distutils-r1
61
62 DESCRIPTION="A client for the OpenStack Keystone API."
63 HOMEPAGE="https://github.com/openstack/python-keystoneclient"
64 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70 #IUSE="test"
71
72 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
73 RDEPEND="dev-python/httplib2
74 dev-python/prettytable
75 dev-python/requests
76 dev-python/simplejson
77 virtual/python-argparse"
78 # test? ( dev-python/Babel
79 # dev-python/coverage
80 # dev-python/iso8601
81 # dev-python/keyring
82 # dev-python/mock
83 # dev-python/mox
84 # dev-python/nose
85 # dev-python/nose-exclude #not packaged
86 # dev-python/nosehtmloutput #not packaged
87 # >=dev-python/pep8-1.3.3
88 # >=app-misc/sphinx-1.1.2
89 # dev-python/unittest2
90 # >=dev-python/webob-1.0.8 )"
91 #
92 #python_test() {
93 # "${PYTHON} setup.py nosetests || die
94 #}