From cdbe4b520e4e7aee9b6f6506c3b2067aa534e118 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sun, 22 Feb 2015 00:04:44 +0000 Subject: add version 1.4.0 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!) --- dev-python/oslotest/ChangeLog | 9 +++- dev-python/oslotest/oslotest-1.4.0.ebuild | 70 +++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 dev-python/oslotest/oslotest-1.4.0.ebuild diff --git a/dev-python/oslotest/ChangeLog b/dev-python/oslotest/ChangeLog index fd09e9eaa796..9b9a731507a9 100644 --- a/dev-python/oslotest/ChangeLog +++ b/dev-python/oslotest/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/oslotest -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.7 2014/12/21 04:53:17 alunduil Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.8 2015/02/22 00:04:44 alunduil Exp $ + +*oslotest-1.4.0 (22 Feb 2015) + + 22 Feb 2015; Alex Brandt +oslotest-1.4.0.ebuild: + add version 1.4.0 *oslotest-1.3.0 (21 Dec 2014) diff --git a/dev-python/oslotest/oslotest-1.4.0.ebuild b/dev-python/oslotest/oslotest-1.4.0.ebuild new file mode 100644 index 000000000000..7279cf0f524e --- /dev/null +++ b/dev-python/oslotest/oslotest-1.4.0.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.4.0.ebuild,v 1.1 2015/02/22 00:04:44 alunduil Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="OpenStack test framework" +HOMEPAGE="http://launchpad.net/oslo" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux" +IUSE="doc test" + +CDEPEND=" + >=dev-python/pbr-0.6[${PYTHON_USEDEP}] + !~dev-python/pbr-0.7[${PYTHON_USEDEP}] +