diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2017-09-19 01:32:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-22 15:11:52 +0200 |
commit | 6a817fdc08723fab45b0a7c2e9b1655457fa32c7 (patch) | |
tree | 26bc705b9f287f2c1853db316008a7559b61000f /dev-python/httpauth/httpauth-0.3.ebuild | |
parent | dev-python/python-ctags: add py3.6 and pypy{,3} to PYTHON_COMPAT. (diff) | |
download | gentoo-6a817fdc08723fab45b0a7c2e9b1655457fa32c7.tar.gz gentoo-6a817fdc08723fab45b0a7c2e9b1655457fa32c7.tar.bz2 gentoo-6a817fdc08723fab45b0a7c2e9b1655457fa32c7.zip |
dev-python/httpauth: add py3.6 and pypy{,3} to PYTHON_COMPAT.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/httpauth/httpauth-0.3.ebuild')
-rw-r--r-- | dev-python/httpauth/httpauth-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpauth/httpauth-0.3.ebuild b/dev-python/httpauth/httpauth-0.3.ebuild index cd9dcbbff842..49c87f86fbe0 100644 --- a/dev-python/httpauth/httpauth-0.3.ebuild +++ b/dev-python/httpauth/httpauth-0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} ) inherit distutils-r1 |