diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2018-05-24 20:44:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-05-26 14:53:26 +0200 |
commit | 040da7a743342106121f3f473a78f6475090f57e (patch) | |
tree | 68c895ae6171cc754e3ad31816d227af84a16ab4 /dev-python/nagiosplugin | |
parent | media-video/gaupol: remove old (diff) | |
download | gentoo-040da7a743342106121f3f473a78f6475090f57e.tar.gz gentoo-040da7a743342106121f3f473a78f6475090f57e.tar.bz2 gentoo-040da7a743342106121f3f473a78f6475090f57e.zip |
dev-python/nagiosplugin: support Python 3.6 and PyPy3, EAPI 7
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8565
Diffstat (limited to 'dev-python/nagiosplugin')
-rw-r--r-- | dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild index f909c5fa1ca3..d605b5b04959 100644 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild +++ b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild @@ -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 |