From b47cc0b10b1a8663d02566f89eb55dd41d0e80f2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 9 Feb 2016 10:07:19 +0100 Subject: dev-python/pbr: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/pbr/pbr-0.8.2-r1.ebuild | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'dev-python/pbr') diff --git a/dev-python/pbr/pbr-0.8.2-r1.ebuild b/dev-python/pbr/pbr-0.8.2-r1.ebuild index 2bb56cbbda6c..de427ec79a7a 100644 --- a/dev-python/pbr/pbr-0.8.2-r1.ebuild +++ b/dev-python/pbr/pbr-0.8.2-r1.ebuild @@ -1,15 +1,15 @@ -# 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=( python{2_7,3_3,3_4} ) + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -DESCRIPTION="PBR is a library that injects some useful and sensible default -behaviors into your setuptools run." +DESCRIPTION="Injects some useful and sensible default behaviors into setuptools" HOMEPAGE="https://github.com/openstack-dev/pbr" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -18,8 +18,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/coverage-3.6[${PYTHON_USEDEP}] +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + >=dev-python/coverage-3.6[${PYTHON_USEDEP}] >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] >=dev-python/flake8-2.0[${PYTHON_USEDEP}] >=dev-python/mock-1.0[${PYTHON_USEDEP}] @@ -29,7 +31,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] )" + >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}] + )" PDEPEND=">dev-python/pip-1.4[${PYTHON_USEDEP}]" # Requ'd for testsuite -- cgit v1.2.3-65-gdbad