pacho 14/11/24 13:47:10 Modified: beautifulsoup-3.1.0.1-r2.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.16 dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?r1=1.15&r2=1.16 Index: beautifulsoup-3.1.0.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- beautifulsoup-3.1.0.1-r2.ebuild 10 Aug 2014 21:07:30 -0000 1.15 +++ beautifulsoup-3.1.0.1-r2.ebuild 24 Nov 2014 13:47:10 -0000 1.16 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.15 2014/08/10 21:07:30 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.16 2014/11/24 13:47:10 pacho Exp $ EAPI="5" -# A few tests fail with python3.3 :( -PYTHON_COMPAT=( python{3_2,3_3} ) +# A few tests fail with python3.3/3.4 :( +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit distutils-r1 eutils 1.119 dev-python/beautifulsoup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.118&r2=1.119 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- ChangeLog 13 Aug 2014 09:22:13 -0000 1.118 +++ ChangeLog 24 Nov 2014 13:47:10 -0000 1.119 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.118 2014/08/13 09:22:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.119 2014/11/24 13:47:10 pacho Exp $ + + 24 Nov 2014; Pacho Ramos <[email protected]> beautifulsoup-3.1.0.1-r2.ebuild: + Support python 3.4 13 Aug 2014; Agostino Sarubbo <[email protected]> beautifulsoup-4.2.0.ebuild: Stable for ppc, wrt bug #474178
