commit: fcabefc00c4905d78650178c33a38765bedb8172
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 10:34:34 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 10:34:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcabefc0
dev-python/pymongo: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/pymongo/pymongo-2.7.2.ebuild | 4 ++--
dev-python/pymongo/pymongo-2.8.1.ebuild | 4 ++--
dev-python/pymongo/pymongo-2.9.3.ebuild | 4 ++--
dev-python/pymongo/pymongo-3.0.3.ebuild | 4 ++--
dev-python/pymongo/pymongo-3.1.1.ebuild | 4 ++--
dev-python/pymongo/pymongo-3.2.2.ebuild | 4 ++--
dev-python/pymongo/pymongo-3.3.0.ebuild | 4 ++--
dev-python/pymongo/pymongo-3.4.0.ebuild | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/dev-python/pymongo/pymongo-2.7.2.ebuild
b/dev-python/pymongo/pymongo-2.7.2.ebuild
index 3132c9ac48e..9c988e9fbb5 100644
--- a/dev-python/pymongo/pymongo-2.7.2.ebuild
+++ b/dev-python/pymongo/pymongo-2.7.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-2.8.1.ebuild
b/dev-python/pymongo/pymongo-2.8.1.ebuild
index 94a186ad534..5052970c631 100644
--- a/dev-python/pymongo/pymongo-2.8.1.ebuild
+++ b/dev-python/pymongo/pymongo-2.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-2.9.3.ebuild
b/dev-python/pymongo/pymongo-2.9.3.ebuild
index 8b967ba5d36..8f425e213ac 100644
--- a/dev-python/pymongo/pymongo-2.9.3.ebuild
+++ b/dev-python/pymongo/pymongo-2.9.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-3.0.3.ebuild
b/dev-python/pymongo/pymongo-3.0.3.ebuild
index 94a186ad534..5052970c631 100644
--- a/dev-python/pymongo/pymongo-3.0.3.ebuild
+++ b/dev-python/pymongo/pymongo-3.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-3.1.1.ebuild
b/dev-python/pymongo/pymongo-3.1.1.ebuild
index 94a186ad534..5052970c631 100644
--- a/dev-python/pymongo/pymongo-3.1.1.ebuild
+++ b/dev-python/pymongo/pymongo-3.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-3.2.2.ebuild
b/dev-python/pymongo/pymongo-3.2.2.ebuild
index 0233eb29415..34dcb88ed5f 100644
--- a/dev-python/pymongo/pymongo-3.2.2.ebuild
+++ b/dev-python/pymongo/pymongo-3.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-3.3.0.ebuild
b/dev-python/pymongo/pymongo-3.3.0.ebuild
index 0233eb29415..34dcb88ed5f 100644
--- a/dev-python/pymongo/pymongo-3.3.0.ebuild
+++ b/dev-python/pymongo/pymongo-3.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1
diff --git a/dev-python/pymongo/pymongo-3.4.0.ebuild
b/dev-python/pymongo/pymongo-3.4.0.ebuild
index 3f17d65a52f..01c003201d5 100644
--- a/dev-python/pymongo/pymongo-3.4.0.ebuild
+++ b/dev-python/pymongo/pymongo-3.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit check-reqs distutils-r1