monsieurp    15/07/21 08:12:43

  Modified:             beautifulsoup-3.1.0.1-r2.ebuild ChangeLog
  Log:
  Disable dubious tests. Fix bug 555524.
  
  Signed-off-by: Patrice Clement <monsie...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.18                 dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?r1=1.17&r2=1.18

Index: beautifulsoup-3.1.0.1-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- beautifulsoup-3.1.0.1-r2.ebuild     22 Dec 2014 02:36:54 -0000      1.17
+++ beautifulsoup-3.1.0.1-r2.ebuild     21 Jul 2015 08:12:43 -0000      1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v
 1.17 2014/12/22 02:36:54 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v
 1.18 2015/07/21 08:12:43 monsieurp Exp $
 
 EAPI="5"
 # A few tests fail with python3.3/3.4 :(
@@ -24,7 +24,11 @@
 RDEPEND="!dev-python/beautifulsoup:0"
 
 S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}/${P}-python-3.patch" )
+
+PATCHES=(
+       "${FILESDIR}/${P}-python-3.patch"
+       "${FILESDIR}/${P}-disable-tests.patch"
+)
 
 python_test() {
        "${PYTHON}" BeautifulSoupTests.py || die "Tests fail with ${EPYTHON}"



1.133                dev-python/beautifulsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   8 Apr 2015 08:05:10 -0000       1.132
+++ ChangeLog   21 Jul 2015 08:12:43 -0000      1.133
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/beautifulsoup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.132 
2015/04/08 08:05:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.133 
2015/07/21 08:12:43 monsieurp Exp $
+
+  21 Jul 2015; Patrice Clement <monsie...@gentoo.org>
+  +files/beautifulsoup-3.1.0.1-disable-tests.patch,
+  beautifulsoup-3.1.0.1-r2.ebuild:
+  Disable dubious tests. Fix bug 555524.
 
   08 Apr 2015; Michał Górny <mgo...@gentoo.org> beautifulsoup-4.1.3-r1.ebuild,
   beautifulsoup-4.2.0.ebuild:




Reply via email to