idella4     14/10/27 16:23:59

  Modified:             qrcode-5.1.ebuild ChangeLog
  Log:
  correct typo, upgrade test phase courtesy of Arfrever
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/qrcode/qrcode-5.1.ebuild

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

Index: qrcode-5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/qrcode/qrcode-5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qrcode-5.1.ebuild   27 Oct 2014 07:24:52 -0000      1.1
+++ qrcode-5.1.ebuild   27 Oct 2014 16:23:59 -0000      1.2
@@ -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 @@
 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 @@
 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() {



1.7                  dev-python/qrcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/qrcode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   27 Oct 2014 07:24:52 -0000      1.6
+++ ChangeLog   27 Oct 2014 16:23:59 -0000      1.7
@@ -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 <[email protected]> qrcode-5.1.ebuild:
+  correct typo, upgrade test phase courtesy of Arfrever
 
 *qrcode-5.1 (27 Oct 2014)
 




Reply via email to