idella4     14/07/05 06:28:05

  Modified:             bpython-0.13.ebuild ChangeLog
  Log:
  update test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/bpython/bpython-0.13.ebuild

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

Index: bpython-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bpython-0.13.ebuild 4 Jul 2014 15:55:26 -0000       1.2
+++ bpython-0.13.ebuild 5 Jul 2014 06:28:04 -0000       1.3
@@ -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/bpython/bpython-0.13.ebuild,v 
1.2 2014/07/04 15:55:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.ebuild,v 
1.3 2014/07/05 06:28:04 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -28,7 +28,8 @@
 
 DOCS=( AUTHORS  CHANGELOG  TODO sample-config sample.theme light.theme )
 
-PATCHES=( "${FILESDIR}"/${PN}-desktop.patch )
+PATCHES=( "${FILESDIR}"/${PN}-desktop.patch
+               "${FILESDIR}"/${P}-test_repl.patch )
 
 # Req'd for clean build by each impl
 DISTUTILS_IN_SOURCE_BUILD=1
@@ -53,10 +54,7 @@
        pushd build/lib > /dev/null
        # 
https://bitbucket.org/bobf/bpython/issue/289/test-failures-in-latest-release-py27-py33
        sed -e s':test_enter:_&:' -i bpython/test/test_repl.py || die
-       if python_is_python3; then
-               sed -e s':test_fuzzy_global_complete:_&:' \
-                       -i bpython/test/test_repl.py || die
-       fi
+
        "${PYTHON}" -m unittest discover ||
        popd > /dev/null
 }



1.40                 dev-python/bpython/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   4 Jul 2014 15:55:26 -0000       1.39
+++ ChangeLog   5 Jul 2014 06:28:05 -0000       1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/bpython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.39 
2014/07/04 15:55:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.40 
2014/07/05 06:28:05 idella4 Exp $
+
+  05 Jul 2014; Ian Delaney <[email protected]>
+  +files/bpython-0.13-test_repl.patch, bpython-0.13.ebuild:
+  update test phase
 
   04 Jul 2014; Ian Delaney <[email protected]> bpython-0.13.ebuild:
   tidy




Reply via email to