dev-python/python-memcached: Add python 3.6 support
authorJustin Lecher <jlec@gentoo.org>
Sun, 4 Jun 2017 06:38:30 +0000 (07:38 +0100)
committerJustin Lecher <jlec@gentoo.org>
Sun, 4 Jun 2017 07:30:19 +0000 (08:30 +0100)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/python-memcached/python-memcached-1.58.ebuild

index 15b5d2eda05c2d2d5379f402f960e1c908a8cf99..979976df4e012eaa07268077924f176228e60800 100644 (file)
@@ -3,12 +3,14 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
 DESCRIPTION="Pure python memcached client"
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/ https://pypi.python.org/pypi/python-memcached"
+HOMEPAGE="
+       http://www.tummy.com/Community/software/python-memcached/
+       https://pypi.python.org/pypi/python-memcached"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="OSL-2.0"
@@ -16,7 +18,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                net-misc/memcached
                dev-python/nose[${PYTHON_USEDEP}]