commit:     7b2b7cea29fc89315201894f340e2f3df8222a71
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 22:38:47 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 22:38:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2b7cea

dev-python/cssselect: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/cssselect/cssselect-0.9.1.ebuild | 4 ++--
 dev-python/cssselect/cssselect-0.9.2.ebuild | 4 ++--
 dev-python/cssselect/cssselect-1.0.0.ebuild | 4 ++--
 dev-python/cssselect/cssselect-1.0.1.ebuild | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild 
b/dev-python/cssselect/cssselect-0.9.1.ebuild
index db8cbfa297..eebfa1deaa 100644
--- a/dev-python/cssselect/cssselect-0.9.1.ebuild
+++ b/dev-python/cssselect/cssselect-0.9.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/cssselect/cssselect-0.9.2.ebuild 
b/dev-python/cssselect/cssselect-0.9.2.ebuild
index b3df956f2e..6677863bd7 100644
--- a/dev-python/cssselect/cssselect-0.9.2.ebuild
+++ b/dev-python/cssselect/cssselect-0.9.2.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=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/cssselect/cssselect-1.0.0.ebuild 
b/dev-python/cssselect/cssselect-1.0.0.ebuild
index 31177be305..fd48bb53cd 100644
--- a/dev-python/cssselect/cssselect-1.0.0.ebuild
+++ b/dev-python/cssselect/cssselect-1.0.0.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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/cssselect/cssselect-1.0.1.ebuild 
b/dev-python/cssselect/cssselect-1.0.1.ebuild
index 43b973286e..1372516a15 100644
--- a/dev-python/cssselect/cssselect-1.0.1.ebuild
+++ b/dev-python/cssselect/cssselect-1.0.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

Reply via email to