floppym 14/05/04 14:39:11 Modified: pygments-1.6_p20140324.ebuild ChangeLog Log: Add a comment explaining the 2to3 call for python3.2. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.5 dev-python/pygments/pygments-1.6_p20140324.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild?r1=1.4&r2=1.5 Index: pygments-1.6_p20140324.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pygments-1.6_p20140324.ebuild 25 Apr 2014 04:01:11 -0000 1.4 +++ pygments-1.6_p20140324.ebuild 4 May 2014 14:39:11 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v 1.4 2014/04/25 04:01:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.6_p20140324.ebuild,v 1.5 2014/05/04 14:39:11 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -34,6 +34,7 @@ python_compile() { distutils-r1_python_compile if [[ ${EPYTHON} == python3.2 ]]; then + # python3.2 does not like u"" literals 2to3 --no-diffs -n -w -f unicode "${BUILD_DIR}/lib" || die fi } 1.124 dev-python/pygments/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygments/ChangeLog?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygments/ChangeLog?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygments/ChangeLog?r1=1.123&r2=1.124 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygments/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 25 Apr 2014 04:01:11 -0000 1.123 +++ ChangeLog 4 May 2014 14:39:11 -0000 1.124 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygments # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/ChangeLog,v 1.123 2014/04/25 04:01:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/ChangeLog,v 1.124 2014/05/04 14:39:11 floppym Exp $ + + 04 May 2014; Mike Gilbert <[email protected]> pygments-1.6_p20140324.ebuild: + Add a comment explaining the 2to3 call for python3.2. 25 Apr 2014; Mike Gilbert <[email protected]> pygments-1.6_p20140324.ebuild: Call 2to3 -f unicode for python3.2, thanks to Arfrever for the idea.
