diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-27 15:22:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-27 15:22:07 +0000 |
commit | 485cd0f8995ac5b8ab750a32b499baae1d1c199b (patch) | |
tree | c56783c7df0b9c8c3bff401abb9992a00786c93e /dev-python/jedi | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-485cd0f8995ac5b8ab750a32b499baae1d1c199b.tar.gz gentoo-2-485cd0f8995ac5b8ab750a32b499baae1d1c199b.tar.bz2 gentoo-2-485cd0f8995ac5b8ab750a32b499baae1d1c199b.zip |
Drop python3_2 support and add python3_4 support.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/jedi')
-rw-r--r-- | dev-python/jedi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/jedi/jedi-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/jedi/ChangeLog b/dev-python/jedi/ChangeLog index 3705752f914f..92e717f0000a 100644 --- a/dev-python/jedi/ChangeLog +++ b/dev-python/jedi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jedi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.10 2014/11/25 22:54:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.11 2014/11/27 15:22:07 radhermit Exp $ + + 27 Nov 2014; Tim Harder <radhermit@gentoo.org> jedi-0.8.1.ebuild: + Drop python3_2 support and add python3_4 support. 25 Nov 2014; Tim Harder <radhermit@gentoo.org> metadata.xml: Add myself as a maintainer. diff --git a/dev-python/jedi/jedi-0.8.1.ebuild b/dev-python/jedi/jedi-0.8.1.ebuild index 4d5e6cc7bdcc..deff6a45e77e 100644 --- a/dev-python/jedi/jedi-0.8.1.ebuild +++ b/dev-python/jedi/jedi-0.8.1.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/jedi/jedi-0.8.1.ebuild,v 1.1 2014/07/24 20:19:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.8.1.ebuild,v 1.2 2014/11/27 15:22:07 radhermit Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 MY_PV="${PV/_beta/b}-final0" |