diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 20:03:51 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 9193dfc55de597777e06862750e257c198ca1f3a (patch) | |
tree | 2b9816660ba098ed8d8046f7b8b4045756df53cd /dev-python | |
parent | 163f8036975cc78ea7cc900e9ba1a3b7d6efa35b (diff) | |
download | gentoo-9193dfc55de597777e06862750e257c198ca1f3a.tar.gz gentoo-9193dfc55de597777e06862750e257c198ca1f3a.tar.xz |
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')
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.4.ebuild | 5 |
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 f187923abde..ae3fc49f963 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 ) |