dev-python/nagiosplugin: support Python 3.6 and PyPy3, EAPI 7
authorLouis Sautier <sautier.louis@gmail.com>
Thu, 24 May 2018 18:44:28 +0000 (20:44 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 12:53:26 +0000 (14:53 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8565

dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild

index f909c5fa1ca366f6f04a319f3672f17612b18b28..d605b5b04959d258083435a1c927020dbd5f5c57 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit distutils-r1