prometheanfire    15/03/23 15:19:12

  Modified:             ChangeLog
  Added:                tempest-lib-0.4.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.2                  dev-python/tempest-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempest-lib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   28 Feb 2015 07:06:17 -0000      1.1
+++ ChangeLog   23 Mar 2015 15:19:12 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/tempest-lib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempest-lib/ChangeLog,v 1.1 
2015/02/28 07:06:17 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempest-lib/ChangeLog,v 1.2 
2015/03/23 15:19:12 prometheanfire Exp $
+
+*tempest-lib-0.4.0 (23 Mar 2015)
+
+  23 Mar 2015; Matthew Thode <prometheanf...@gentoo.org>
+  +tempest-lib-0.4.0.ebuild:
+  bup
 
 *tempest-lib-0.3.0 (28 Feb 2015)
 



1.1                  dev-python/tempest-lib/tempest-lib-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild?rev=1.1&content-type=text/plain

Index: tempest-lib-0.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild,v 1.1 
2015/03/23 15:19:12 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="A library to assist in creating functional or integrated test 
suites for OpenStack projects."
HOMEPAGE="http://pypi.python.org/pypi/tempest-lib 
https://github.com/openstack/tempest-lib";
SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
        >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
        >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
        >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
        >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
        <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
        >=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
        >=dev-python/oslo-log-0.4.0[${PYTHON_USEDEP}]"
DEPEND="
        >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
        <dev-python/pbr-1.0[${PYTHON_USEDEP}]
        test? ( ${RDEPEND}
                >=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
                <dev-python/hacking-0.10[${PYTHON_USEDEP}]
                >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
                >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
                !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
                <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
                >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
                >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
                >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
                >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
                >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
                !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
                >=dev-python/mock-1.0[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
        )"

python_test() {
        nosetests tempest_lib/tests || die "Tests fail with ${EPYTHON}"
}




Reply via email to