diff options
author | 2017-02-09 18:54:17 -0800 | |
---|---|---|
committer | 2017-02-10 11:52:24 -0800 | |
commit | 16e44c66900653cbf605171448130c4b2ffca57e (patch) | |
tree | dda9a5d2271ec5ab85ce5d82da73d13daabddf5d /dev-python/PySocks/PySocks-1.6.5.ebuild | |
parent | dev-python/distlib: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-16e44c66900653cbf605171448130c4b2ffca57e.tar.gz gentoo-16e44c66900653cbf605171448130c4b2ffca57e.tar.bz2 gentoo-16e44c66900653cbf605171448130c4b2ffca57e.zip |
dev-python/PySocks: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/PySocks/PySocks-1.6.5.ebuild')
-rw-r--r-- | dev-python/PySocks/PySocks-1.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PySocks/PySocks-1.6.5.ebuild b/dev-python/PySocks/PySocks-1.6.5.ebuild index 26f682aa46cf..4d8cdac79bc5 100644 --- a/dev-python/PySocks/PySocks-1.6.5.ebuild +++ b/dev-python/PySocks/PySocks-1.6.5.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{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |