From 7b2b7cea29fc89315201894f340e2f3df8222a71 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Feb 2017 14:38:47 -0800 Subject: [PATCH] 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 db8cbfa297f97..eebfa1deaa7d7 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 b3df956f2e6dc..6677863bd79a4 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 31177be305098..fd48bb53cd138 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 43b973286ed38..1372516a15508 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