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/pymongo/
Date: Fri, 10 Mar 2017 10:42:48
Message-Id: 1489142074.fcabefc00c4905d78650178c33a38765bedb8172.zmedico@gentoo
1 commit: fcabefc00c4905d78650178c33a38765bedb8172
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 10:34:34 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 10:34:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcabefc0
7
8 dev-python/pymongo: Add python3_6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-python/pymongo/pymongo-2.7.2.ebuild | 4 ++--
13 dev-python/pymongo/pymongo-2.8.1.ebuild | 4 ++--
14 dev-python/pymongo/pymongo-2.9.3.ebuild | 4 ++--
15 dev-python/pymongo/pymongo-3.0.3.ebuild | 4 ++--
16 dev-python/pymongo/pymongo-3.1.1.ebuild | 4 ++--
17 dev-python/pymongo/pymongo-3.2.2.ebuild | 4 ++--
18 dev-python/pymongo/pymongo-3.3.0.ebuild | 4 ++--
19 dev-python/pymongo/pymongo-3.4.0.ebuild | 4 ++--
20 8 files changed, 16 insertions(+), 16 deletions(-)
21
22 diff --git a/dev-python/pymongo/pymongo-2.7.2.ebuild b/dev-python/pymongo/pymongo-2.7.2.ebuild
23 index 3132c9ac48e..9c988e9fbb5 100644
24 --- a/dev-python/pymongo/pymongo-2.7.2.ebuild
25 +++ b/dev-python/pymongo/pymongo-2.7.2.ebuild
26 @@ -1,9 +1,9 @@
27 -# Copyright 1999-2015 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
34 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
35
36 inherit check-reqs distutils-r1
37
38
39 diff --git a/dev-python/pymongo/pymongo-2.8.1.ebuild b/dev-python/pymongo/pymongo-2.8.1.ebuild
40 index 94a186ad534..5052970c631 100644
41 --- a/dev-python/pymongo/pymongo-2.8.1.ebuild
42 +++ b/dev-python/pymongo/pymongo-2.8.1.ebuild
43 @@ -1,9 +1,9 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49
50 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
51 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
52
53 inherit check-reqs distutils-r1
54
55
56 diff --git a/dev-python/pymongo/pymongo-2.9.3.ebuild b/dev-python/pymongo/pymongo-2.9.3.ebuild
57 index 8b967ba5d36..8f425e213ac 100644
58 --- a/dev-python/pymongo/pymongo-2.9.3.ebuild
59 +++ b/dev-python/pymongo/pymongo-2.9.3.ebuild
60 @@ -1,9 +1,9 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 +# Copyright 1999-2017 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=5
66
67 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
68 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
69
70 inherit check-reqs distutils-r1
71
72
73 diff --git a/dev-python/pymongo/pymongo-3.0.3.ebuild b/dev-python/pymongo/pymongo-3.0.3.ebuild
74 index 94a186ad534..5052970c631 100644
75 --- a/dev-python/pymongo/pymongo-3.0.3.ebuild
76 +++ b/dev-python/pymongo/pymongo-3.0.3.ebuild
77 @@ -1,9 +1,9 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 +# Copyright 1999-2017 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=5
83
84 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
85 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
86
87 inherit check-reqs distutils-r1
88
89
90 diff --git a/dev-python/pymongo/pymongo-3.1.1.ebuild b/dev-python/pymongo/pymongo-3.1.1.ebuild
91 index 94a186ad534..5052970c631 100644
92 --- a/dev-python/pymongo/pymongo-3.1.1.ebuild
93 +++ b/dev-python/pymongo/pymongo-3.1.1.ebuild
94 @@ -1,9 +1,9 @@
95 -# Copyright 1999-2015 Gentoo Foundation
96 +# Copyright 1999-2017 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98
99 EAPI=5
100
101 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
102 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
103
104 inherit check-reqs distutils-r1
105
106
107 diff --git a/dev-python/pymongo/pymongo-3.2.2.ebuild b/dev-python/pymongo/pymongo-3.2.2.ebuild
108 index 0233eb29415..34dcb88ed5f 100644
109 --- a/dev-python/pymongo/pymongo-3.2.2.ebuild
110 +++ b/dev-python/pymongo/pymongo-3.2.2.ebuild
111 @@ -1,9 +1,9 @@
112 -# Copyright 1999-2016 Gentoo Foundation
113 +# Copyright 1999-2017 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115
116 EAPI=6
117
118 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
119 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
120
121 inherit check-reqs distutils-r1
122
123
124 diff --git a/dev-python/pymongo/pymongo-3.3.0.ebuild b/dev-python/pymongo/pymongo-3.3.0.ebuild
125 index 0233eb29415..34dcb88ed5f 100644
126 --- a/dev-python/pymongo/pymongo-3.3.0.ebuild
127 +++ b/dev-python/pymongo/pymongo-3.3.0.ebuild
128 @@ -1,9 +1,9 @@
129 -# Copyright 1999-2016 Gentoo Foundation
130 +# Copyright 1999-2017 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132
133 EAPI=6
134
135 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
136 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
137
138 inherit check-reqs distutils-r1
139
140
141 diff --git a/dev-python/pymongo/pymongo-3.4.0.ebuild b/dev-python/pymongo/pymongo-3.4.0.ebuild
142 index 3f17d65a52f..01c003201d5 100644
143 --- a/dev-python/pymongo/pymongo-3.4.0.ebuild
144 +++ b/dev-python/pymongo/pymongo-3.4.0.ebuild
145 @@ -1,9 +1,9 @@
146 -# Copyright 1999-2016 Gentoo Foundation
147 +# Copyright 1999-2017 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149
150 EAPI=6
151
152 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
153 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
154
155 inherit check-reqs distutils-r1