summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-24 14:46:56 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-24 14:46:56 +0000
commit0d6bcaf77d1bb652b4cdb05a98c9b2127797f31d (patch)
treede91b9b501634bac70a79b7938dea45dc2dc61f7 /dev-python/bpython
parentdev-python/autobahn: Version Bump; add support for python-3.4, #530394 (diff)
downloadgentoo-2-0d6bcaf77d1bb652b4cdb05a98c9b2127797f31d.tar.gz
gentoo-2-0d6bcaf77d1bb652b4cdb05a98c9b2127797f31d.tar.bz2
gentoo-2-0d6bcaf77d1bb652b4cdb05a98c9b2127797f31d.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/bpython')
-rw-r--r--dev-python/bpython/ChangeLog5
-rw-r--r--dev-python/bpython/bpython-0.13.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog
index f7484007222c..3873963fdcda 100644
--- a/dev-python/bpython/ChangeLog
+++ b/dev-python/bpython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/bpython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.42 2014/07/21 08:05:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.43 2014/11/24 14:46:56 pacho Exp $
+
+ 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> bpython-0.13.1.ebuild:
+ Support python 3.4
*bpython-0.13.1 (21 Jul 2014)
diff --git a/dev-python/bpython/bpython-0.13.1.ebuild b/dev-python/bpython/bpython-0.13.1.ebuild
index 75da09ff0296..042df355794b 100644
--- a/dev-python/bpython/bpython-0.13.1.ebuild
+++ b/dev-python/bpython/bpython-0.13.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.1.ebuild,v 1.1 2014/07/21 08:05:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.13.1.ebuild,v 1.2 2014/11/24 14:46:56 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1