diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-02-22 17:51:15 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-02-22 17:51:15 +0000 |
commit | f7e0e1caa3e1b5c2871558ea61c94014219bde8d (patch) | |
tree | fe720daf6ab01b85cd5d54b0eb657f3c5806c4eb /dev-python/setuptools | |
parent | Marked ~hppa (bug #495254). (diff) | |
download | gentoo-2-f7e0e1caa3e1b5c2871558ea61c94014219bde8d.tar.gz gentoo-2-f7e0e1caa3e1b5c2871558ea61c94014219bde8d.tar.bz2 gentoo-2-f7e0e1caa3e1b5c2871558ea61c94014219bde8d.zip |
Add python3.4.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-1.1.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index a57b763a1c7b..0f71e2ee8617 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.220 2014/02/22 17:46:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.221 2014/02/22 17:51:15 floppym Exp $ + + 22 Feb 2014; Mike Gilbert <floppym@gentoo.org> setuptools-1.1.6.ebuild, + setuptools-9999.ebuild: + Add python3.4. 22 Feb 2014; Mike Gilbert <floppym@gentoo.org> setuptools-1.1.6.ebuild, setuptools-9999.ebuild: diff --git a/dev-python/setuptools/setuptools-1.1.6.ebuild b/dev-python/setuptools/setuptools-1.1.6.ebuild index 33821f594012..cce094c8c167 100644 --- a/dev-python/setuptools/setuptools-1.1.6.ebuild +++ b/dev-python/setuptools/setuptools-1.1.6.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/setuptools/setuptools-1.1.6.ebuild,v 1.3 2014/02/22 17:46:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-1.1.6.ebuild,v 1.4 2014/02/22 17:51:15 floppym Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index ad84e0d14147..5dfcce76331b 100644 --- a/dev-python/setuptools/setuptools-9999.ebuild +++ b/dev-python/setuptools/setuptools-9999.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/setuptools/setuptools-9999.ebuild,v 1.8 2014/02/22 17:46:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild,v 1.9 2014/02/22 17:51:15 floppym Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 ) inherit distutils-r1 #if LIVE |