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/cssselect-0.9.1.ebuild | |
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/cssselect-0.9.1.ebuild')
-rw-r--r-- | dev-python/cssselect/cssselect-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |