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 1PU4uR-0007Q3-2i for garchives@archives.gentoo.org; Sat, 18 Dec 2010 22:05:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 192CEE07C3; Sat, 18 Dec 2010 22:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C9A64E07E8 for ; Sat, 18 Dec 2010 22:05:39 +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 39FBF1B406E for ; Sat, 18 Dec 2010 22:05:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id C646E20054; Sat, 18 Dec 2010 22:05:37 +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/numpy: numpy-1.5.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: numpy-1.5.1.ebuild ChangeLog X-VCS-Directories: dev-python/numpy X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20101218220537.C646E20054@flycatcher.gentoo.org> Date: Sat, 18 Dec 2010 22:05:37 +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: 178513d2-31f2-4406-b9c7-3469f3751d46 X-Archives-Hash: b08b4a5414452afdf4a0e8d4756f4b20 arfrever 10/12/18 22:05:37 Modified: numpy-1.5.1.ebuild ChangeLog Log: Run tests with Python 3. =20 (Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/numpy/numpy-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/n= umpy-1.5.1.ebuild?r1=3D1.1&r2=3D1.2 Index: numpy-1.5.1.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/numpy/numpy-1.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- numpy-1.5.1.ebuild 19 Nov 2010 04:35:55 -0000 1.1 +++ numpy-1.5.1.ebuild 18 Dec 2010 22:05:37 -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/numpy/numpy-1.5.1.ebuild,v= 1.1 2010/11/19 04:35:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v= 1.2 2010/12/18 22:05:37 arfrever Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"*" @@ -117,9 +117,6 @@ =20 src_test() { testing() { - # Disable tests with Python 3 until dev-python/nose supports Python 3. - [[ "$(python_get_version --major)" =3D=3D 3 ]] && return - "$(PYTHON)" setup.py ${NUMPY_FCONFIG} build -b "build-${PYTHON_ABI}" i= nstall \ --home=3D"${S}/test-${PYTHON_ABI}" --no-compile || die "install test = failed" pushd "${S}/test-${PYTHON_ABI}/"lib* > /dev/null 1.124 dev-python/numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?rev=3D1.124&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?rev=3D1.124&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/C= hangeLog?r1=3D1.123&r2=3D1.124 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/numpy/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 18 Dec 2010 21:38:49 -0000 1.123 +++ ChangeLog 18 Dec 2010 22:05:37 -0000 1.124 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.123 20= 10/12/18 21:38:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.124 20= 10/12/18 22:05:37 arfrever Exp $ + + 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis + numpy-1.5.1.ebuild: + Run tests with Python 3. =20 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis -numpy-1.5.0-r2.ebuild, -files/numpy-1.5.0-python3.patch: