diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-07 11:21:53 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-07 11:21:53 +0000 |
commit | 02a884af43dd003e43b5cc8b40064f86bee07af1 (patch) | |
tree | 382ae4af0e30f7a2b465237d18868fe6d4de5eb9 /dev-python/setuptools | |
parent | Version bump (diff) | |
download | gentoo-2-02a884af43dd003e43b5cc8b40064f86bee07af1.tar.gz gentoo-2-02a884af43dd003e43b5cc8b40064f86bee07af1.tar.bz2 gentoo-2-02a884af43dd003e43b5cc8b40064f86bee07af1.zip |
Drop removed Python implementations from PYTHON_COMPAT.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.33.ebuild | 4 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.45-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index 46bfa6d05674..78a2d0de7d3b 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.199 2013/08/06 19:37:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.200 2013/08/07 11:21:53 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> setuptools-0.6.33.ebuild, + setuptools-0.6.45-r1.ebuild: + Drop removed Python implementations from PYTHON_COMPAT. *setuptools-0.8-r1 (06 Aug 2013) diff --git a/dev-python/setuptools/setuptools-0.6.33.ebuild b/dev-python/setuptools/setuptools-0.6.33.ebuild index eae02f1ef691..92c3ea15d88f 100644 --- a/dev-python/setuptools/setuptools-0.6.33.ebuild +++ b/dev-python/setuptools/setuptools-0.6.33.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.33.ebuild,v 1.6 2013/07/06 01:29:52 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.33.ebuild,v 1.7 2013/08/07 11:21:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 eutils diff --git a/dev-python/setuptools/setuptools-0.6.45-r1.ebuild b/dev-python/setuptools/setuptools-0.6.45-r1.ebuild index b98685be7736..947675f3589c 100644 --- a/dev-python/setuptools/setuptools-0.6.45-r1.ebuild +++ b/dev-python/setuptools/setuptools-0.6.45-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.45-r1.ebuild,v 1.3 2013/07/06 01:29:52 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.45-r1.ebuild,v 1.4 2013/08/07 11:21:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 eutils |