diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 10:47:46 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | acde7831ac0b8fc3f9a189fbbb05bdd396d0896a (patch) | |
tree | 4de81b1a6190a4e877c1878f69bfd08eb954bba8 /dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild | |
parent | www-servers/tornado: Add python3.5 support (diff) | |
download | gentoo-acde7831ac0b8fc3f9a189fbbb05bdd396d0896a.tar.gz gentoo-acde7831ac0b8fc3f9a189fbbb05bdd396d0896a.tar.bz2 gentoo-acde7831ac0b8fc3f9a189fbbb05bdd396d0896a.zip |
dev-python/simplegeneric: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild')
-rw-r--r-- | dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild index ad6881c53bc6..5bf056fffca3 100644 --- a/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild +++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 @@ -16,7 +17,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" -DEPEND="app-arch/unzip +DEPEND=" + app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" |