From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9CD8813888F for ; Wed, 21 Oct 2015 13:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6336E21C05B; Wed, 21 Oct 2015 13:41:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66F4921C057 for ; Wed, 21 Oct 2015 13:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9761A3408EE for ; Wed, 21 Oct 2015 13:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96DE0154B for ; Wed, 21 Oct 2015 13:41:26 +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: <1445434824.3c0317e74f97f9a2b064159aa87dbd1386bc9360.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykerberos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykerberos/pykerberos-1.1.7.ebuild X-VCS-Directories: dev-python/pykerberos/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3c0317e74f97f9a2b064159aa87dbd1386bc9360 X-VCS-Branch: master Date: Wed, 21 Oct 2015 13:41:26 +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: 2403c4fe-5c59-4d45-ba20-0e024d21bdf0 X-Archives-Hash: ff44d9807b2e82197b55104a4a416363 commit: 3c0317e74f97f9a2b064159aa87dbd1386bc9360 Author: Justin Lecher gentoo org> AuthorDate: Tue Oct 20 20:47:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 21 13:40:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0317e7 dev-python/pykerberos: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pykerberos/pykerberos-1.1.7.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/pykerberos/pykerberos-1.1.7.ebuild b/dev-python/pykerberos/pykerberos-1.1.7.ebuild index efcc42b..fd4f47e 100644 --- a/dev-python/pykerberos/pykerberos-1.1.7.ebuild +++ b/dev-python/pykerberos/pykerberos-1.1.7.ebuild @@ -4,12 +4,12 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 DESCRIPTION="A high-level Python wrapper for Kerberos/GSSAPI operations" -HOMEPAGE="http://trac.calendarserver.org/" +HOMEPAGE="http://trac.calendarserver.org/wiki/PyKerberos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}-1.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" -DEPEND="app-crypt/mit-krb5 - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" + app-crypt/mit-krb5 + dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"