diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-26 21:00:40 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-26 21:00:40 -0800 |
commit | 386f84f817adf5c83e0da4a42ff7e5f68810a976 (patch) | |
tree | 8b5adf58788c9d77225609f0126f6a94ae67fdd2 /dev-python/netifaces | |
parent | dev-python/positional: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-386f84f817adf5c83e0da4a42ff7e5f68810a976.tar.gz gentoo-386f84f817adf5c83e0da4a42ff7e5f68810a976.tar.bz2 gentoo-386f84f817adf5c83e0da4a42ff7e5f68810a976.zip |
dev-python/netifaces: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/netifaces-0.10.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/netifaces/netifaces-0.10.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild index 61b59cea70cb..593548549c81 100644 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild +++ b/dev-python/netifaces/netifaces-0.10.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=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 diff --git a/dev-python/netifaces/netifaces-0.10.5.ebuild b/dev-python/netifaces/netifaces-0.10.5.ebuild index 221d71d43744..e79bd789442a 100644 --- a/dev-python/netifaces/netifaces-0.10.5.ebuild +++ b/dev-python/netifaces/netifaces-0.10.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=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 |