dev-python/cssselect: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:38:47 +0000 (14:38 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:38:47 +0000 (14:38 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/cssselect/cssselect-0.9.1.ebuild
dev-python/cssselect/cssselect-0.9.2.ebuild
dev-python/cssselect/cssselect-1.0.0.ebuild
dev-python/cssselect/cssselect-1.0.1.ebuild

index db8cbfa297f97e169cba746fb5f58e447f741400..eebfa1deaa7d7e7bca5641598843d1c71322ccca 100644 (file)
@@ -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
 
index b3df956f2e6dc6e48f46a58d88b7a6ddc993c1b1..6677863bd79a4ba4d4ac931e55f39832c5a4e852 100644 (file)
@@ -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
 
index 31177be3050987171ec45888f68174e369a04237..fd48bb53cd1389fbbd0a103e47f1da5fa10d23d6 100644 (file)
@@ -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
 
index 43b973286ed3847706bc2a33baeabb46b7076ac5..1372516a155085e4098801884dd8a73f06df921d 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1