dev-python/logbook: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Wed, 6 Jan 2016 15:52:01 +0000 (16:52 +0100)
committerJustin Lecher <jlec@gentoo.org>
Wed, 6 Jan 2016 17:14:48 +0000 (18:14 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/logbook/logbook-0.9.1.ebuild

index 35b853d12931b4740449db45f1c23727575a7249..68f464f9b53eed9bbde3a59ae11929f339c3639f 100644 (file)
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
 
 inherit distutils-r1
 
@@ -17,7 +18,8 @@ KEYWORDS="amd64 x86"
 IUSE="doc test"
 DISTUTILS_IN_SOURCE_BUILD=1
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )
        doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )"
 RDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]"