From e8750a4db8d4179f56eb0a426f96ccf0d8d191c0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 9 Feb 2017 18:57:32 -0800 Subject: [PATCH] dev-python/urllib3: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/urllib3/urllib3-1.16.ebuild | 2 +- dev-python/urllib3/urllib3-1.19.1.ebuild | 4 ++-- dev-python/urllib3/urllib3-1.20.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/urllib3/urllib3-1.16.ebuild b/dev-python/urllib3/urllib3-1.16.ebuild index 2752de13dfd28..316d565903b15 100644 --- a/dev-python/urllib3/urllib3-1.16.ebuild +++ b/dev-python/urllib3/urllib3-1.16.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 diff --git a/dev-python/urllib3/urllib3-1.19.1.ebuild b/dev-python/urllib3/urllib3-1.19.1.ebuild index 8adef3e50b632..e2510d6e3eb23 100644 --- a/dev-python/urllib3/urllib3-1.19.1.ebuild +++ b/dev-python/urllib3/urllib3-1.19.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 diff --git a/dev-python/urllib3/urllib3-1.20.ebuild b/dev-python/urllib3/urllib3-1.20.ebuild index c48c0ca3680bc..e2510d6e3eb23 100644 --- a/dev-python/urllib3/urllib3-1.20.ebuild +++ b/dev-python/urllib3/urllib3-1.20.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1