commit:     5b8cef5c90285972f247cbba91566c1ef20d8daa
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 22:31:21 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 22:31:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8cef5c

dev-python/psycopg: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/psycopg/psycopg-2.5.3.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.5.4.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.6.1.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.6.2.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.6.ebuild   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-python/psycopg/psycopg-2.5.3.ebuild 
b/dev-python/psycopg/psycopg-2.5.3.ebuild
index 98f3d4d8948..c0bcdb56c97 100644
--- a/dev-python/psycopg/psycopg-2.5.3.ebuild
+++ b/dev-python/psycopg/psycopg-2.5.3.ebuild
@@ -1,8 +1,8 @@
-# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.5.4.ebuild 
b/dev-python/psycopg/psycopg-2.5.4.ebuild
index 0eff8dff5b2..f59c768e08a 100644
--- a/dev-python/psycopg/psycopg-2.5.4.ebuild
+++ b/dev-python/psycopg/psycopg-2.5.4.ebuild
@@ -1,8 +1,8 @@
-# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.6.1.ebuild 
b/dev-python/psycopg/psycopg-2.6.1.ebuild
index dd8fc51ea3a..a7208e2854b 100644
--- a/dev-python/psycopg/psycopg-2.6.1.ebuild
+++ b/dev-python/psycopg/psycopg-2.6.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=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.6.2.ebuild 
b/dev-python/psycopg/psycopg-2.6.2.ebuild
index 11b5ae4f093..3b6c6f95fae 100644
--- a/dev-python/psycopg/psycopg-2.6.2.ebuild
+++ b/dev-python/psycopg/psycopg-2.6.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=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.6.ebuild 
b/dev-python/psycopg/psycopg-2.6.ebuild
index 4b4418f94b1..4a2c3c7d8a0 100644
--- a/dev-python/psycopg/psycopg-2.6.ebuild
+++ b/dev-python/psycopg/psycopg-2.6.ebuild
@@ -1,8 +1,8 @@
-# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

Reply via email to