summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-24 13:47:10 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-24 13:47:10 +0000
commitc5f74ac9b6e05571abd2028fbb0c2ec875709512 (patch)
treed80e65cd97b21728a61e2799fccae601b640558f /dev-python/beautifulsoup
parentSupport python 3.4 (diff)
downloadgentoo-2-c5f74ac9b6e05571abd2028fbb0c2ec875709512.tar.gz
gentoo-2-c5f74ac9b6e05571abd2028fbb0c2ec875709512.tar.bz2
gentoo-2-c5f74ac9b6e05571abd2028fbb0c2ec875709512.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/ChangeLog5
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
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 <pacho@gentoo.org> beautifulsoup-3.1.0.1-r2.ebuild:
+ Support python 3.4
13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> 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