From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46E12139696 for ; Sun, 4 Jun 2017 07:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FB5721C0B9; Sun, 4 Jun 2017 07:30:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A50B21C0B9 for ; Sun, 4 Jun 2017 07:30:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B72C3418D5 for ; Sun, 4 Jun 2017 07:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 405EA745F for ; Sun, 4 Jun 2017 07:30:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1496561419.6b420a9edb537151a20aba1bd0f19565fe2669b2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-memcached/python-memcached-1.58.ebuild X-VCS-Directories: dev-python/python-memcached/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6b420a9edb537151a20aba1bd0f19565fe2669b2 X-VCS-Branch: master Date: Sun, 4 Jun 2017 07:30:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d247ae28-be2c-4274-8843-42d1b539d2c6 X-Archives-Hash: d0777eee581889f43ae93992f26136a2 commit: 6b420a9edb537151a20aba1bd0f19565fe2669b2 Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 4 06:38:30 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jun 4 07:30:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b420a9e dev-python/python-memcached: Add python 3.6 support Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> dev-python/python-memcached/python-memcached-1.58.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/python-memcached/python-memcached-1.58.ebuild b/dev-python/python-memcached/python-memcached-1.58.ebuild index 15b5d2eda05..979976df4e0 100644 --- a/dev-python/python-memcached/python-memcached-1.58.ebuild +++ b/dev-python/python-memcached/python-memcached-1.58.ebuild @@ -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}]