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/wrapt/
Date: Thu, 16 Feb 2017 09:32:16
Message-Id: 1487237440.60806a1cfabe10ae9cdea302f830633e2fee27f0.zmedico@gentoo
1 commit: 60806a1cfabe10ae9cdea302f830633e2fee27f0
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 09:30:40 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 09:30:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60806a1c
7
8 dev-python/wrapt: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/wrapt/wrapt-1.10.5.ebuild | 2 +-
13 dev-python/wrapt/wrapt-1.10.6-r1.ebuild | 4 ++--
14 dev-python/wrapt/wrapt-1.10.7.ebuild | 4 ++--
15 dev-python/wrapt/wrapt-1.10.8.ebuild | 4 ++--
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/wrapt/wrapt-1.10.5.ebuild b/dev-python/wrapt/wrapt-1.10.5.ebuild
19 index eb2e277fa1..9e08c13a78 100644
20 --- a/dev-python/wrapt/wrapt-1.10.5.ebuild
21 +++ b/dev-python/wrapt/wrapt-1.10.5.ebuild
22 @@ -4,7 +4,7 @@
23
24 EAPI=5
25
26 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
28
29 inherit distutils-r1 vcs-snapshot
30
31
32 diff --git a/dev-python/wrapt/wrapt-1.10.6-r1.ebuild b/dev-python/wrapt/wrapt-1.10.6-r1.ebuild
33 index a0a430759a..1d2f2166e3 100644
34 --- a/dev-python/wrapt/wrapt-1.10.6-r1.ebuild
35 +++ b/dev-python/wrapt/wrapt-1.10.6-r1.ebuild
36 @@ -1,10 +1,10 @@
37 -# Copyright 1999-2016 Gentoo Foundation
38 +# Copyright 1999-2017 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 EAPI=5
43
44 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
45 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
46
47 inherit distutils-r1 vcs-snapshot
48
49
50 diff --git a/dev-python/wrapt/wrapt-1.10.7.ebuild b/dev-python/wrapt/wrapt-1.10.7.ebuild
51 index 91030f4ccf..201167595a 100644
52 --- a/dev-python/wrapt/wrapt-1.10.7.ebuild
53 +++ b/dev-python/wrapt/wrapt-1.10.7.ebuild
54 @@ -1,10 +1,10 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Id$
59
60 EAPI=5
61
62 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
63 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
64
65 inherit distutils-r1 vcs-snapshot
66
67
68 diff --git a/dev-python/wrapt/wrapt-1.10.8.ebuild b/dev-python/wrapt/wrapt-1.10.8.ebuild
69 index 91030f4ccf..201167595a 100644
70 --- a/dev-python/wrapt/wrapt-1.10.8.ebuild
71 +++ b/dev-python/wrapt/wrapt-1.10.8.ebuild
72 @@ -1,10 +1,10 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 +# Copyright 1999-2017 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Id$
77
78 EAPI=5
79
80 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
81 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
82
83 inherit distutils-r1 vcs-snapshot