diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-06-12 07:47:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-06-12 07:47:10 +0000 |
commit | a157fe442b5b01f683ba799ac461a26cd145ee82 (patch) | |
tree | a87faeb4a9a81307821df02197dd0cee930602e2 /dev-python/fixtures | |
parent | Add py34 (diff) | |
download | gentoo-2-a157fe442b5b01f683ba799ac461a26cd145ee82.tar.gz gentoo-2-a157fe442b5b01f683ba799ac461a26cd145ee82.tar.bz2 gentoo-2-a157fe442b5b01f683ba799ac461a26cd145ee82.zip |
Add py34 support
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fixtures/fixtures-0.3.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fixtures/ChangeLog b/dev-python/fixtures/ChangeLog index 7ec5c851bd2c..d0d43d3768e7 100644 --- a/dev-python/fixtures/ChangeLog +++ b/dev-python/fixtures/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fixtures # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.12 2014/06/08 09:32:13 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.13 2014/06/12 07:47:10 patrick Exp $ + + 12 Jun 2014; Patrick Lauer <patrick@gentoo.org> fixtures-0.3.14-r1.ebuild: + Add py34 support 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> fixtures-0.3.14-r1.ebuild: keyword ~ia64 wrt bug #508282 diff --git a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild b/dev-python/fixtures/fixtures-0.3.14-r1.ebuild index d230dbbe62a4..ac753eb650ae 100644 --- a/dev-python/fixtures/fixtures-0.3.14-r1.ebuild +++ b/dev-python/fixtures/fixtures-0.3.14-r1.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/fixtures/fixtures-0.3.14-r1.ebuild,v 1.6 2014/06/08 09:32:13 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.14-r1.ebuild,v 1.7 2014/06/12 07:47:10 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 |