diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-03-01 02:27:57 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-03-01 02:33:09 -0500 |
commit | f137507791e043d038a17068b24999921b8cbd62 (patch) | |
tree | b09f12fe8a695da07b5af3bfc56339173c56c18e /dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild | |
parent | www-client/opera: get_libdir foo. (diff) | |
download | gentoo-f137507791e043d038a17068b24999921b8cbd62.tar.gz gentoo-f137507791e043d038a17068b24999921b8cbd62.tar.bz2 gentoo-f137507791e043d038a17068b24999921b8cbd62.zip |
dev-python/pytest-catchlog: bump to EAPI 6 and add py36 support
Diffstat (limited to 'dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild')
-rw-r--r-- | dev-python/pytest-catchlog/pytest-catchlog-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |