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/psutil/
Date: Mon, 13 Feb 2017 07:27:29
Message-Id: 1486970784.4494982a11da21da48ac2b95f9571a4fbf71a3ad.zmedico@gentoo
1 commit: 4494982a11da21da48ac2b95f9571a4fbf71a3ad
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 07:26:24 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 07:26:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4494982a
7
8 dev-python/psutil: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/psutil/psutil-2.1.3.ebuild | 2 +-
13 dev-python/psutil/psutil-4.4.2.ebuild | 4 ++--
14 dev-python/psutil/psutil-5.0.1.ebuild | 4 ++--
15 dev-python/psutil/psutil-5.1.1.ebuild | 2 +-
16 dev-python/psutil/psutil-5.1.3.ebuild | 2 +-
17 5 files changed, 7 insertions(+), 7 deletions(-)
18
19 diff --git a/dev-python/psutil/psutil-2.1.3.ebuild b/dev-python/psutil/psutil-2.1.3.ebuild
20 index f28c98ea5b..cb06a2d562 100644
21 --- a/dev-python/psutil/psutil-2.1.3.ebuild
22 +++ b/dev-python/psutil/psutil-2.1.3.ebuild
23 @@ -3,7 +3,7 @@
24 # $Id$
25
26 EAPI=5
27 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/psutil/psutil-4.4.2.ebuild b/dev-python/psutil/psutil-4.4.2.ebuild
34 index 29e36612ae..a433cc09f6 100644
35 --- a/dev-python/psutil/psutil-4.4.2.ebuild
36 +++ b/dev-python/psutil/psutil-4.4.2.ebuild
37 @@ -1,10 +1,10 @@
38 -# Copyright 1999-2016 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 EAPI=6
44
45 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
46 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
47
48 inherit distutils-r1
49
50
51 diff --git a/dev-python/psutil/psutil-5.0.1.ebuild b/dev-python/psutil/psutil-5.0.1.ebuild
52 index a1a88c037c..e1079d7d01 100644
53 --- a/dev-python/psutil/psutil-5.0.1.ebuild
54 +++ b/dev-python/psutil/psutil-5.0.1.ebuild
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 EAPI=6
62
63 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
64 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
65
66 inherit distutils-r1
67
68
69 diff --git a/dev-python/psutil/psutil-5.1.1.ebuild b/dev-python/psutil/psutil-5.1.1.ebuild
70 index 1257abadc5..e1079d7d01 100644
71 --- a/dev-python/psutil/psutil-5.1.1.ebuild
72 +++ b/dev-python/psutil/psutil-5.1.1.ebuild
73 @@ -4,7 +4,7 @@
74
75 EAPI=6
76
77 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
78 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
79
80 inherit distutils-r1
81
82
83 diff --git a/dev-python/psutil/psutil-5.1.3.ebuild b/dev-python/psutil/psutil-5.1.3.ebuild
84 index 1257abadc5..e1079d7d01 100644
85 --- a/dev-python/psutil/psutil-5.1.3.ebuild
86 +++ b/dev-python/psutil/psutil-5.1.3.ebuild
87 @@ -4,7 +4,7 @@
88
89 EAPI=6
90
91 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
92 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
93
94 inherit distutils-r1