From fcabefc00c4905d78650178c33a38765bedb8172 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 10 Mar 2017 02:34:34 -0800 Subject: [PATCH] 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 3132c9ac48e2..9c988e9fbb5a 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 94a186ad5348..5052970c631e 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 8b967ba5d361..8f425e213ac0 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 94a186ad5348..5052970c631e 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 94a186ad5348..5052970c631e 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 0233eb29415d..34dcb88ed5f9 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 0233eb29415d..34dcb88ed5f9 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 3f17d65a52f2..01c003201d56 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 -- 2.26.2