diff options
Diffstat (limited to 'dev-python/jedi')
-rw-r--r-- | dev-python/jedi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/jedi/jedi-0.5_beta5.ebuild | 6 | ||||
-rw-r--r-- | dev-python/jedi/jedi-0.6.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/jedi/jedi-0.7.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/jedi/jedi-0.8.0.ebuild | 6 |
5 files changed, 17 insertions, 13 deletions
diff --git a/dev-python/jedi/ChangeLog b/dev-python/jedi/ChangeLog index 33dd574d40a9..c17de299d2c6 100644 --- a/dev-python/jedi/ChangeLog +++ b/dev-python/jedi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/jedi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.16 2015/02/28 21:26:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.17 2015/04/08 08:05:10 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> jedi-0.5_beta5.ebuild, + jedi-0.6.0.ebuild, jedi-0.7.0.ebuild, jedi-0.8.0.ebuild: + Drop old Python implementations 28 Feb 2015; Tim Harder <radhermit@gentoo.org> metadata.xml: Move to python herd. diff --git a/dev-python/jedi/jedi-0.5_beta5.ebuild b/dev-python/jedi/jedi-0.5_beta5.ebuild index 429aa1968e46..7fc24047b5f5 100644 --- a/dev-python/jedi/jedi-0.5_beta5.ebuild +++ b/dev-python/jedi/jedi-0.5_beta5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.5_beta5.ebuild,v 1.1 2013/05/30 01:16:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.5_beta5.ebuild,v 1.2 2015/04/08 08:05:10 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_2 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PV="${PV/_beta/b}" diff --git a/dev-python/jedi/jedi-0.6.0.ebuild b/dev-python/jedi/jedi-0.6.0.ebuild index 19814ed585c1..715a18c302c8 100644 --- a/dev-python/jedi/jedi-0.6.0.ebuild +++ b/dev-python/jedi/jedi-0.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.6.0.ebuild,v 1.3 2013/06/25 12:50:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.6.0.ebuild,v 1.4 2015/04/08 08:05:10 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 MY_PV="${PV/_beta/b}" diff --git a/dev-python/jedi/jedi-0.7.0.ebuild b/dev-python/jedi/jedi-0.7.0.ebuild index 74cad2cb78a7..27c6b9065856 100644 --- a/dev-python/jedi/jedi-0.7.0.ebuild +++ b/dev-python/jedi/jedi-0.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.7.0.ebuild,v 1.3 2013/11/24 13:48:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.7.0.ebuild,v 1.4 2015/04/08 08:05:10 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 MY_PV="${PV/_beta/b}" diff --git a/dev-python/jedi/jedi-0.8.0.ebuild b/dev-python/jedi/jedi-0.8.0.ebuild index d60c6d81ee83..9691308e211a 100644 --- a/dev-python/jedi/jedi-0.8.0.ebuild +++ b/dev-python/jedi/jedi-0.8.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.8.0.ebuild,v 1.1 2014/05/10 22:40:51 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.8.0.ebuild,v 1.2 2015/04/08 08:05:10 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 MY_PV="${PV/_beta/b}-final0" |