diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:38:47 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:38:47 -0800 |
commit | 7b2b7cea29fc89315201894f340e2f3df8222a71 (patch) | |
tree | 3f14183dbeee79860df8d19ba710e57f85649762 /dev-python/cssselect | |
parent | dev-python/lxml: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-7b2b7cea29fc89315201894f340e2f3df8222a71.tar.gz gentoo-7b2b7cea29fc89315201894f340e2f3df8222a71.tar.bz2 gentoo-7b2b7cea29fc89315201894f340e2f3df8222a71.zip |
dev-python/cssselect: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/cssselect')
-rw-r--r-- | dev-python/cssselect/cssselect-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cssselect/cssselect-0.9.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cssselect/cssselect-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |