* [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-9999.ebuild python-keystoneclient-0.2.2-r1.ebuild ChangeLog python-keystoneclient-0.2.2.ebuild
@ 2013-03-26 6:09 Matt Thode (prometheanfire)
0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2013-03-26 6:09 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/03/26 06:09:02
Modified: python-keystoneclient-9999.ebuild ChangeLog
Added: python-keystoneclient-0.2.2-r1.ebuild
Removed: python-keystoneclient-0.2.2.ebuild
Log:
fixed dep on prettytable (bad interaction with quantumclient)
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.4 dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?r1=1.3&r2=1.4
Index: python-keystoneclient-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-keystoneclient-9999.ebuild 11 Mar 2013 01:12:09 -0000 1.3
+++ python-keystoneclient-9999.ebuild 26 Mar 2013 06:09:02 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild,v 1.3 2013/03/11 01:12:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild,v 1.4 2013/03/26 06:09:02 prometheanfire Exp $
EAPI=5
#restricted due to packages missing and bad depends in the test ==webob-1.0.8
@@ -35,7 +35,7 @@
dev-python/unittest2[${PYTHON_USEDEP}]
=dev-python/webob-1.0.8 )"
RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}]
- dev-python/prettytable[${PYTHON_USEDEP}]
+ dev-python/prettytable
>=dev-python/requests-0.8.8
<=dev-python/requests-1.0
dev-python/simplejson[${PYTHON_USEDEP}]
1.6 dev-python/python-keystoneclient/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 21 Mar 2013 18:48:39 -0000 1.5
+++ ChangeLog 26 Mar 2013 06:09:02 -0000 1.6
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/python-keystoneclient
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.5 2013/03/21 18:48:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.6 2013/03/26 06:09:02 prometheanfire Exp $
+
+*python-keystoneclient-0.2.2-r1 (26 Mar 2013)
+
+ 26 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +python-keystoneclient-0.2.2-r1.ebuild, -python-keystoneclient-0.2.2.ebuild,
+ python-keystoneclient-9999.ebuild:
+ fixed dep on prettytable (bad interaction with quantumclient)
21 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
-python-keystoneclient-0.2.1-r1.ebuild:
1.1 dev-python/python-keystoneclient/python-keystoneclient-0.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: python-keystoneclient-0.2.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.2-r1.ebuild,v 1.1 2013/03/26 06:09:02 prometheanfire Exp $
EAPI=5
#restricted due to packages missing and bad depends in the test ==webob-1.0.8
RESTRICT="test"
#PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Keystone API"
HOMEPAGE="https://github.com/openstack/python-keystoneclient"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/Babel[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}]
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/mox[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/nose-exclude[${PYTHON_USEDEP}]
dev-python/nosehtmloutput[${PYTHON_USEDEP}]
dev-python/openstack-nose-plugin[${PYTHON_USEDEP}]
=dev-python/pep8-1.3.3
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
=dev-python/webob-1.0.8 )"
RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/prettytable
>=dev-python/requests-0.8.8
<=dev-python/requests-1.0
dev-python/simplejson[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]"
python_test() {
${PYTHON} setup.py nosetests || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-26 6:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 6:09 [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-9999.ebuild python-keystoneclient-0.2.2-r1.ebuild ChangeLog python-keystoneclient-0.2.2.ebuild Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox