dev-python/pytest-catchlog: bump to EAPI 6 and add py36 support
authorTim Harder <radhermit@gentoo.org>
Wed, 1 Mar 2017 07:27:57 +0000 (02:27 -0500)
committerTim Harder <radhermit@gentoo.org>
Wed, 1 Mar 2017 07:33:09 +0000 (02:33 -0500)
dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild

index f86451ce73d55ee98108fc221d43c872dc06c9be..b2170e32985895403f2e9139f6da578db08a8372 100644 (file)
@@ -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