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 1SPhI4-00035g-C5 for garchives@archives.gentoo.org; Wed, 02 May 2012 21:40:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4EEEE065A; Wed, 2 May 2012 21:40:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5C8AE065A for ; Wed, 2 May 2012 21:40:44 +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 0E8CF1B4006 for ; Wed, 2 May 2012 21:40:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id BFF442004B; Wed, 2 May 2012 21:40:42 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-distutils-ng.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog python-distutils-ng.eclass X-VCS-Directories: eclass X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20120502214042.BFF442004B@flycatcher.gentoo.org> Date: Wed, 2 May 2012 21:40:42 +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: 4a065eea-939b-40ec-bf78-6e46c92b318e X-Archives-Hash: cd4d64bd197738439edb5e55f898d3b4 floppym 12/05/02 21:40:42 Modified: ChangeLog python-distutils-ng.eclass Log: Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe. Revision Changes Path 1.234 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r= ev=3D1.234&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r= ev=3D1.234&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r= 1=3D1.233&r2=3D1.234 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/eclass/ChangeLog,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- ChangeLog 2 May 2012 21:05:38 -0000 1.233 +++ ChangeLog 2 May 2012 21:40:42 -0000 1.234 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.233 2012/05/02 2= 1:05:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.234 2012/05/02 2= 1:40:42 floppym Exp $ + + 02 May 2012; Mike Gilbert python-distutils-ng.ecl= ass: + Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe= . =20 02 May 2012; Gilles Dartiguelongue gnome2-utils.eclas= s, gnome2.eclass: 1.14 eclass/python-distutils-ng.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-dist= utils-ng.eclass?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-dist= utils-ng.eclass?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-dist= utils-ng.eclass?r1=3D1.13&r2=3D1.14 Index: python-distutils-ng.eclass =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/eclass/python-distutils-ng.eclass,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- python-distutils-ng.eclass 30 Apr 2012 09:51:00 -0000 1.13 +++ python-distutils-ng.eclass 2 May 2012 21:40:42 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1= .13 2012/04/30 09:51:00 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1= .14 2012/05/02 21:40:42 floppym Exp $ =20 # @ECLASS: python-distutils-ng # @MAINTAINER: @@ -397,7 +397,7 @@ use "python_targets_${impl}" ${PYTHON_COMPAT} || continue =20 PYTHON=3D"$(_python-distutils-ng_get_binary_for_implementation "${impl= }")" - for accessible_path in $(${PYTHON} -c 'import sys; print " ".join(sys.= path)'); do + for accessible_path in $(${PYTHON} -c 'import sys; print(" ".join(sys.= path))'); do [[ -d "${D}/${accessible_path}" ]] || continue =20 _python-distutils-ng_has_compileall "${impl}" || continue