From: Tim Harder Date: Wed, 1 Mar 2017 07:27:57 +0000 (-0500) Subject: dev-python/pytest-catchlog: bump to EAPI 6 and add py36 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f137507791e043d038a17068b24999921b8cbd62;p=gentoo.git dev-python/pytest-catchlog: bump to EAPI 6 and add py36 support --- diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild index f86451ce73d5..b2170e329858 100644 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild +++ b/dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1