diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-09 18:54:17 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-10 11:52:24 -0800 |
commit | 16e44c66900653cbf605171448130c4b2ffca57e (patch) | |
tree | dda9a5d2271ec5ab85ce5d82da73d13daabddf5d /dev-python/PySocks | |
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')
-rw-r--r-- | dev-python/PySocks/PySocks-1.5.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/PySocks/PySocks-1.5.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PySocks/PySocks-1.6.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PySocks/PySocks-1.6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PySocks/PySocks-1.6.6.ebuild | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/PySocks/PySocks-1.5.6.ebuild b/dev-python/PySocks/PySocks-1.5.6.ebuild index d9d680c6b4bf..804724f2443e 100644 --- a/dev-python/PySocks/PySocks-1.5.6.ebuild +++ b/dev-python/PySocks/PySocks-1.5.6.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/PySocks/PySocks-1.5.7.ebuild b/dev-python/PySocks/PySocks-1.5.7.ebuild index 26f682aa46cf..4d8cdac79bc5 100644 --- a/dev-python/PySocks/PySocks-1.5.7.ebuild +++ b/dev-python/PySocks/PySocks-1.5.7.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 diff --git a/dev-python/PySocks/PySocks-1.6.4.ebuild b/dev-python/PySocks/PySocks-1.6.4.ebuild index 26f682aa46cf..4d8cdac79bc5 100644 --- a/dev-python/PySocks/PySocks-1.6.4.ebuild +++ b/dev-python/PySocks/PySocks-1.6.4.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 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 diff --git a/dev-python/PySocks/PySocks-1.6.6.ebuild b/dev-python/PySocks/PySocks-1.6.6.ebuild index ff620ac19649..4d8cdac79bc5 100644 --- a/dev-python/PySocks/PySocks-1.6.6.ebuild +++ b/dev-python/PySocks/PySocks-1.6.6.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |