summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-10-27 16:23:59 +0000
committerIan Delaney <idella4@gentoo.org>2014-10-27 16:23:59 +0000
commit00a3d9d13a3cfded4a13cd4e95ab30f015b36878 (patch)
tree61b37b4d91e80b3d1bdb537195992ecd1f4dc961 /dev-python
parentold (diff)
downloadgentoo-2-00a3d9d13a3cfded4a13cd4e95ab30f015b36878.tar.gz
gentoo-2-00a3d9d13a3cfded4a13cd4e95ab30f015b36878.tar.bz2
gentoo-2-00a3d9d13a3cfded4a13cd4e95ab30f015b36878.zip
correct typo, upgrade test phase courtesy of Arfrever
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/qrcode/ChangeLog5
-rw-r--r--dev-python/qrcode/qrcode-5.1.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/qrcode/ChangeLog b/dev-python/qrcode/ChangeLog
index 45916855bd92..214b9f3191a6 100644
--- a/dev-python/qrcode/ChangeLog
+++ b/dev-python/qrcode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/qrcode
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/ChangeLog,v 1.6 2014/10/27 07:24:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/ChangeLog,v 1.7 2014/10/27 16:23:59 idella4 Exp $
+
+ 27 Oct 2014; Ian Delaney <idella4@gentoo.org> qrcode-5.1.ebuild:
+ correct typo, upgrade test phase courtesy of Arfrever
*qrcode-5.1 (27 Oct 2014)
diff --git a/dev-python/qrcode/qrcode-5.1.ebuild b/dev-python/qrcode/qrcode-5.1.ebuild
index 0102da64f8c1..008ab341bdc7 100644
--- a/dev-python/qrcode/qrcode-5.1.ebuild
+++ b/dev-python/qrcode/qrcode-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/qrcode-5.1.ebuild,v 1.1 2014/10/27 07:24:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qrcode/qrcode-5.1.ebuild,v 1.2 2014/10/27 16:23:59 idella4 Exp $
EAPI=5
@@ -17,9 +17,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-# Tests pass run from source, but a few fail run from the ebuild. For now,
-# RESTRICT=test
-
# optional deps:
# - pillow and lxml for svg backend, set as hard deps
RDEPEND="
@@ -29,10 +26,10 @@ RDEPEND="
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python{2_7) )"
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
python_test() {
- "${PYTHON}" -m unittest dicover || die "Testing failed with ${EPYTHON}"
+ "${PYTHON}" -m unittest discover > /dev/tty | less || die "Testing failed with ${EPYTHON}"
}
src_install() {