Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nagiosplugin/
Date: Sat, 26 May 2018 12:53:43
Message-Id: 1527339206.040da7a743342106121f3f473a78f6475090f57e.soap@gentoo
1 commit: 040da7a743342106121f3f473a78f6475090f57e
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Thu May 24 18:44:28 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 12:53:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040da7a7
7
8 dev-python/nagiosplugin: support Python 3.6 and PyPy3, EAPI 7
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11 Closes: https://github.com/gentoo/gentoo/pull/8565
12
13 dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild
17 index f909c5fa1ca..d605b5b0495 100644
18 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild
19 +++ b/dev-python/nagiosplugin/nagiosplugin-1.2.4.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
29 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
30
31 inherit distutils-r1