From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D82E613896E for ; Sun, 10 Feb 2013 14:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFBA9E0682; Sun, 10 Feb 2013 14:25:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A07AE0682 for ; Sun, 10 Feb 2013 14:25:30 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31DBE33E473 for ; Sun, 10 Feb 2013 14:25:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id ED22B2171D; Sun, 10 Feb 2013 14:25:27 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.2.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: matplotlib-1.2.0-r2.ebuild ChangeLog X-VCS-Directories: dev-python/matplotlib X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130210142527.ED22B2171D@flycatcher.gentoo.org> Date: Sun, 10 Feb 2013 14:25:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5dcb3834-353e-4a84-85d5-2ded7edc9375 X-Archives-Hash: 7073464fffb305c469e71a811c77e281 mgorny 13/02/10 14:25:27 Modified: matplotlib-1.2.0-r2.ebuild ChangeLog Log: Use distutils_install_for_testing(). (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D) Revision Changes Path 1.4 dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?r1=1.3&r2=1.4 Index: matplotlib-1.2.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- matplotlib-1.2.0-r2.ebuild 10 Feb 2013 11:51:58 -0000 1.3 +++ matplotlib-1.2.0-r2.ebuild 10 Feb 2013 14:25:27 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.3 2013/02/10 11:51:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.4 2013/02/10 14:25:27 mgorny Exp $ EAPI=5 @@ -174,12 +174,7 @@ } python_test() { - local test_dir="${BUILD_DIR}"/tests/lib - mkdir -p "${test_dir}" || die - local PYTHONPATH=${test_dir}:${PYTHONPATH} - export PYTHONPATH - - wrap_setup esetup.py install --install-lib="${test_dir}" + wrap_setup distutils_install_for_testing cd "${TMPDIR}" || die "${PYTHON}" -c " 1.140 dev-python/matplotlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.140&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.140&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.139&r2=1.140 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- ChangeLog 10 Feb 2013 11:51:58 -0000 1.139 +++ ChangeLog 10 Feb 2013 14:25:27 -0000 1.140 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.139 2013/02/10 11:51:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.140 2013/02/10 14:25:27 mgorny Exp $ + + 10 Feb 2013; Michał Górny matplotlib-1.2.0-r2.ebuild: + Use distutils_install_for_testing(). 10 Feb 2013; Michał Górny matplotlib-1.2.0-r2.ebuild: Unset DISPLAY for doc-build, not py-build. Likely to fix bug #455972.