commit:     1eb78007edc0fa0831f224596c30ab263a22f2e6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 09:37:05 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 13:40:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb78007

dev-python/pytest-runner: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pytest-runner/pytest-runner-2.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild 
b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
index ca7dafb..503564a 100644
--- a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
+++ b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1
 
-DESCRIPTION="Adds support for tests durring installation of setup.py files"
+DESCRIPTION="Adds support for tests during installation of setup.py files"
 HOMEPAGE="https://pypi.python.org/pypi/pytest-runner 
https://bitbucket.org/pytest-dev/pytest-runner";
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 

Reply via email to