Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/
Date: Tue, 09 Jan 2018 15:28:32
Message-Id: 1515511697.59fd4bd95422b82f0996ac7cd9a088e8fb5c636f.jer@gentoo
1 commit: 59fd4bd95422b82f0996ac7cd9a088e8fb5c636f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 15:26:15 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 15:28:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fd4bd9
7
8 dev-python/pysmi: Add python 3.6 support.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/pysmi/pysmi-0.1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pysmi/pysmi-0.1.3.ebuild b/dev-python/pysmi/pysmi-0.1.3.ebuild
16 index 6fa611d7e85..e02d75e9250 100644
17 --- a/dev-python/pysmi/pysmi-0.1.3.ebuild
18 +++ b/dev-python/pysmi/pysmi-0.1.3.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 2017 Gentoo Foundation
21 +# Copyright 2017-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 inherit distutils-r1
29
30 DESCRIPTION="Python Lex & Yacc"