From d8891f121cccad62a3843588bd085bdd136fa127 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 11 Aug 2013 02:19:22 +0000 Subject: just an update for cinderclient (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3) --- dev-python/python-cinderclient/ChangeLog | 8 +++- .../python-cinderclient-1.0.2.ebuild | 36 ------------------ .../python-cinderclient-1.0.5.ebuild | 43 ++++++++++++++++++++++ 3 files changed, 50 insertions(+), 37 deletions(-) delete mode 100644 dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild create mode 100644 dev-python/python-cinderclient/python-cinderclient-1.0.5.ebuild (limited to 'dev-python') diff --git a/dev-python/python-cinderclient/ChangeLog b/dev-python/python-cinderclient/ChangeLog index a620f3b447e0..31a64969f723 100644 --- a/dev-python/python-cinderclient/ChangeLog +++ b/dev-python/python-cinderclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-cinderclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.4 2013/05/16 01:21:30 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.5 2013/08/11 02:19:22 prometheanfire Exp $ + +*python-cinderclient-1.0.5 (11 Aug 2013) + + 11 Aug 2013; Matthew Thode + +python-cinderclient-1.0.5.ebuild, -python-cinderclient-1.0.2.ebuild: + just an update for cinderclient *python-cinderclient-1.0.4 (16 May 2013) diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild deleted file mode 100644 index 124cbbbd1952..000000000000 --- a/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild,v 1.3 2013/03/19 22:39:59 prometheanfire Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Cinder API" -HOMEPAGE="https://launchpad.net/python-cinderclient" -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/fixtures[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/nosehtmloutput[${PYTHON_USEDEP}] - dev-python/nosexcover - 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 )" -RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] - <=dev-python/prettytable-0.7 - <=dev-python/requests-1.0 - dev-python/simplejson[${PYTHON_USEDEP}]" - -python_test() { - sh run_tests.sh -N -p -c -} diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.5.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.5.ebuild new file mode 100644 index 000000000000..2d87b705496a --- /dev/null +++ b/dev-python/python-cinderclient/python-cinderclient-1.0.5.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5.ebuild,v 1.1 2013/08/11 02:19:22 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A client for the OpenStack Cinder API" +HOMEPAGE="https://launchpad.net/python-cinderclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +#restricting tests til upstream can decide on a testing infra, I'm tired of adding packages that stop getting used... +RESTRICT="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/fixtures[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/nosehtmloutput[${PYTHON_USEDEP}] + dev-python/nosexcover + 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 )" +RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] + >=dev-python/pbr-0.5[${PYTHON_USEDEP}] + =dev-python/prettytable-0.6[${PYTHON_USEDEP}] + =dev-python/requests-1.1[${PYTHON_USEDEP}] + =dev-python/simplejson-2.0.9[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +python_test() { + sh run_tests.sh -N -p -c +} -- cgit v1.2.3-65-gdbad