From 7b2b7cea29fc89315201894f340e2f3df8222a71 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Feb 2017 14:38:47 -0800 Subject: 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(-) (limited to 'dev-python/cssselect') diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild b/dev-python/cssselect/cssselect-0.9.1.ebuild index db8cbfa297f9..eebfa1deaa7d 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 b3df956f2e6d..6677863bd79a 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 31177be30509..fd48bb53cd13 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 43b973286ed3..1372516a1550 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 -- cgit v1.2.3-65-gdbad