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 7E87D58973 for ; Tue, 9 Feb 2016 09:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6909C21C0C0; Tue, 9 Feb 2016 09:33:29 +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 7AE9B21C07A for ; Tue, 9 Feb 2016 09:33:28 +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 B8DAC340A38 for ; Tue, 9 Feb 2016 09:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B188C10BE for ; Tue, 9 Feb 2016 09:33: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: <1455010383.071a93a761a670f3b3abfc787b7f5baa7215a4c9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-context/oslo-context-0.6.0.ebuild X-VCS-Directories: dev-python/oslo-context/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 071a93a761a670f3b3abfc787b7f5baa7215a4c9 X-VCS-Branch: master Date: Tue, 9 Feb 2016 09:33: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: 38ff5dee-82f5-4637-ad6c-a419db0b1488 X-Archives-Hash: 032a1c1ae8a7f93a4898abb17c002253 commit: 071a93a761a670f3b3abfc787b7f5baa7215a4c9 Author: Justin Lecher gentoo org> AuthorDate: Tue Feb 9 08:48:39 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Feb 9 09:33:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071a93a7 dev-python/oslo-context: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/oslo-context/oslo-context-0.6.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/oslo-context/oslo-context-0.6.0.ebuild b/dev-python/oslo-context/oslo-context-0.6.0.ebuild index f36fa33..9d9fc4e 100644 --- a/dev-python/oslo-context/oslo-context-0.6.0.ebuild +++ b/dev-python/oslo-context/oslo-context-0.6.0.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 DESCRIPTION="Helpers to maintain useful information about a request context" HOMEPAGE="https://pypi.python.org/pypi/oslo.context" SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz" -S="${WORKDIR}/oslo.context-${PV}" LICENSE="Apache-2.0" SLOT="0" @@ -34,6 +34,8 @@ RDEPEND=" >=dev-python/Babel-1.3[${PYTHON_USEDEP}] " +S="${WORKDIR}/oslo.context-${PV}" + python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all