summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-20 20:03:51 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-21 15:40:24 +0200
commit9193dfc55de597777e06862750e257c198ca1f3a (patch)
tree2b9816660ba098ed8d8046f7b8b4045756df53cd /dev-python/xlrd
parentdev-python/rpy: Add python3.5 support (diff)
downloadgentoo-9193dfc55de597777e06862750e257c198ca1f3a.tar.gz
gentoo-9193dfc55de597777e06862750e257c198ca1f3a.tar.bz2
gentoo-9193dfc55de597777e06862750e257c198ca1f3a.zip
dev-python/xlrd: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/xlrd-0.9.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/xlrd/xlrd-0.9.4.ebuild b/dev-python/xlrd/xlrd-0.9.4.ebuild
index f187923abde9..ae3fc49f9634 100644
--- a/dev-python/xlrd/xlrd-0.9.4.ebuild
+++ b/dev-python/xlrd/xlrd-0.9.4.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1
@@ -17,6 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE=""
PATCHES=( "${FILESDIR}"/${PN}-0.9.3-column.patch )