From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OzEa5-0002cX-JH for garchives@archives.gentoo.org; Fri, 24 Sep 2010 20:09:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E046E06AF; Fri, 24 Sep 2010 20:09:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5EC78E06AF for ; Fri, 24 Sep 2010 20:09:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCABB1B408C for ; Fri, 24 Sep 2010 20:09:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id D8CB120051; Fri, 24 Sep 2010 20:09:13 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sympy: sympy-0.6.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sympy-0.6.7.ebuild ChangeLog X-VCS-Directories: dev-python/sympy X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20100924200913.D8CB120051@flycatcher.gentoo.org> Date: Fri, 24 Sep 2010 20:09:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 85055bd3-035c-4b1b-95fb-595bd3edfa34 X-Archives-Hash: d8d13eeaf56b66828dac8427ecb355a4 arfrever 10/09/24 20:09:13 Modified: sympy-0.6.7.ebuild ChangeLog Log: Fix majority of test failures with Python 2.7 (bug #330713). =20 (Portage version: 2.2_rc86_p7/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/sympy/sympy-0.6.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/s= ympy-0.6.7.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/s= ympy-0.6.7.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/s= ympy-0.6.7.ebuild?r1=3D1.1&r2=3D1.2 Index: sympy-0.6.7.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sympy-0.6.7.ebuild 16 Apr 2010 01:47:31 -0000 1.1 +++ sympy-0.6.7.ebuild 24 Sep 2010 20:09:13 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v= 1.1 2010/04/16 01:47:31 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/sympy-0.6.7.ebuild,v= 1.2 2010/09/24 20:09:13 arfrever Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2:2.5" @@ -39,6 +39,8 @@ =20 # Use system sphinx. epatch "${FILESDIR}/${PN}-0.6.6-sphinx.patch" + + epatch "${FILESDIR}/${P}-python-2.7.patch" } =20 src_compile() { 1.11 dev-python/sympy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/C= hangeLog?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/C= hangeLog?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sympy/C= hangeLog?r1=3D1.10&r2=3D1.11 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 16 Apr 2010 01:47:31 -0000 1.10 +++ ChangeLog 24 Sep 2010 20:09:13 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sympy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.10 201= 0/04/16 01:47:31 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sympy/ChangeLog,v 1.11 201= 0/09/24 20:09:13 arfrever Exp $ + + 24 Sep 2010; Arfrever Frehtes Taifersar Arahesis + sympy-0.6.7.ebuild, +files/sympy-0.6.7-python-2.7.patch: + Fix majority of test failures with Python 2.7 (bug #330713). =20 *sympy-0.6.7 (16 Apr 2010) =20