Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netifaces/
Date: Mon, 27 Feb 2017 05:06:47
Message-Id: 1488171640.386f84f817adf5c83e0da4a42ff7e5f68810a976.zmedico@gentoo
1 commit: 386f84f817adf5c83e0da4a42ff7e5f68810a976
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 05:00:40 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:00:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386f84f8
7
8 dev-python/netifaces: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/netifaces/netifaces-0.10.4.ebuild | 4 ++--
13 dev-python/netifaces/netifaces-0.10.5.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild
17 index 61b59cea70..593548549c 100644
18 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild
19 +++ b/dev-python/netifaces/netifaces-0.10.4.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/netifaces/netifaces-0.10.5.ebuild b/dev-python/netifaces/netifaces-0.10.5.ebuild
35 index 221d71d437..e79bd78944 100644
36 --- a/dev-python/netifaces/netifaces-0.10.5.ebuild
37 +++ b/dev-python/netifaces/netifaces-0.10.5.ebuild
38 @@ -1,10 +1,10 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=5
45
46 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
47 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
48
49 inherit distutils-r1