diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-09 18:47:05 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:17:49 -0800 |
commit | 590572ff0129494cd7b110171e66d455f3310026 (patch) | |
tree | 117d0b92aa7ebe4acb4e6f4953eefcd0e9d2dec8 /dev-python/ndg-httpsclient | |
parent | dev-python/pyopenssl: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-590572ff0129494cd7b110171e66d455f3310026.tar.gz gentoo-590572ff0129494cd7b110171e66d455f3310026.tar.bz2 gentoo-590572ff0129494cd7b110171e66d455f3310026.zip |
dev-python/ndg-httpsclient: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/ndg-httpsclient')
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild index 32fcabe0b3d0..f8e00fc126ba 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.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} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild index df1654a1e39c..2b21d6580821 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.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=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |