summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-11-28 06:09:45 +0000
committerIan Delaney <idella4@gentoo.org>2013-11-28 06:09:45 +0000
commit3a28e760baf7a0cc2032a38d9d12394457850953 (patch)
tree835f7375874e5a95cd6f187f6c68b4a852e2dbce /dev-python/python-cinderclient
parentredoing manifst and update the changelog (diff)
downloadgentoo-2-3a28e760baf7a0cc2032a38d9d12394457850953.tar.gz
gentoo-2-3a28e760baf7a0cc2032a38d9d12394457850953.tar.bz2
gentoo-2-3a28e760baf7a0cc2032a38d9d12394457850953.zip
switch herd, unrestrict test & update test phase
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/python-cinderclient')
-rw-r--r--dev-python/python-cinderclient/ChangeLog6
-rw-r--r--dev-python/python-cinderclient/metadata.xml2
-rw-r--r--dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild8
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/python-cinderclient/ChangeLog b/dev-python/python-cinderclient/ChangeLog
index f76311301cff..8905233a22dc 100644
--- a/dev-python/python-cinderclient/ChangeLog
+++ b/dev-python/python-cinderclient/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2013/09/13 19:26:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.7 2013/11/28 06:09:45 idella4 Exp $
+
+ 28 Nov 2013; Ian Delaney <idella4@gentoo.org> metadata.xml,
+ python-cinderclient-1.0.5-r1.ebuild:
+ switch herd, unrestrict test & update test phase
*python-cinderclient-1.0.5-r1 (13 Sep 2013)
diff --git a/dev-python/python-cinderclient/metadata.xml b/dev-python/python-cinderclient/metadata.xml
index f26a510c7596..cf800243850f 100644
--- a/dev-python/python-cinderclient/metadata.xml
+++ b/dev-python/python-cinderclient/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
+ <herd>openstack</herd>
<maintainer>
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild
index 116685674acf..cf5e5f90c258 100644
--- a/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild
+++ b/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild
@@ -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-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v 1.1 2013/09/13 19:26:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v 1.2 2013/11/28 06:09:45 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -15,8 +15,6 @@ 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}]
@@ -39,5 +37,7 @@ RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
python_test() {
- sh run_tests.sh -N -p -c
+ testr init
+ testr run
+ flake8 cinderclient/tests
}