From c5f74ac9b6e05571abd2028fbb0c2ec875709512 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 24 Nov 2014 13:47:10 +0000 Subject: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- dev-python/beautifulsoup/ChangeLog | 5 ++++- dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'dev-python/beautifulsoup') diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 97d02ca11ff2..de593fc1fc88 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -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 beautifulsoup-3.1.0.1-r2.ebuild: + Support python 3.4 13 Aug 2014; Agostino Sarubbo beautifulsoup-4.2.0.ebuild: Stable for ppc, wrt bug #474178 diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild index 7ef44617d030..db591af47097 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild @@ -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 -- cgit v1.2.3-65-gdbad