diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:15:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 09:15:21 +0000 |
commit | dfba5517496e601f20961874368a98741e4d990e (patch) | |
tree | 21be31855ef5fd09c4a37bb39222f678d63315b1 /dev-python/xlrd | |
parent | Also compatible with python3_3 (diff) | |
download | gentoo-2-dfba5517496e601f20961874368a98741e4d990e.tar.gz gentoo-2-dfba5517496e601f20961874368a98741e4d990e.tar.bz2 gentoo-2-dfba5517496e601f20961874368a98741e4d990e.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index 089b1038a6f3..a91fb30666b4 100644 --- a/dev-python/xlrd/ChangeLog +++ b/dev-python/xlrd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/xlrd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.18 2013/09/19 14:47:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.19 2013/10/13 09:15:21 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> xlrd-0.9.0.ebuild, + xlrd-0.9.2.ebuild: + Also compatible with python3_3 19 Sep 2013; Justin Lecher <jlec@gentoo.org> xlrd-0.9.0.ebuild, xlrd-0.9.2.ebuild, metadata.xml: diff --git a/dev-python/xlrd/xlrd-0.9.0.ebuild b/dev-python/xlrd/xlrd-0.9.0.ebuild index b33e3edc2dfc..929ec640bdd9 100644 --- a/dev-python/xlrd/xlrd-0.9.0.ebuild +++ b/dev-python/xlrd/xlrd-0.9.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.6 2013/09/19 14:47:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.7 2013/10/13 09:15:21 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/xlrd/xlrd-0.9.2.ebuild b/dev-python/xlrd/xlrd-0.9.2.ebuild index c9435db2c8cd..1a28139eb81f 100644 --- a/dev-python/xlrd/xlrd-0.9.2.ebuild +++ b/dev-python/xlrd/xlrd-0.9.2.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/xlrd/xlrd-0.9.2.ebuild,v 1.3 2013/09/19 14:47:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.4 2013/10/13 09:15:21 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 |