diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 23:26:24 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 23:26:24 -0800 |
commit | 4494982a11da21da48ac2b95f9571a4fbf71a3ad (patch) | |
tree | 35455f9657498c080a233e82b2250a2d03f3996b /dev-python/psutil | |
parent | dev-python/pytest-cache: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-4494982a11da21da48ac2b95f9571a4fbf71a3ad.tar.gz gentoo-4494982a11da21da48ac2b95f9571a4fbf71a3ad.tar.bz2 gentoo-4494982a11da21da48ac2b95f9571a4fbf71a3ad.zip |
dev-python/psutil: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/psutil-2.1.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/psutil/psutil-4.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psutil/psutil-5.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psutil/psutil-5.1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/psutil/psutil-5.1.3.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/psutil/psutil-2.1.3.ebuild b/dev-python/psutil/psutil-2.1.3.ebuild index f28c98ea5b07..cb06a2d56227 100644 --- a/dev-python/psutil/psutil-2.1.3.ebuild +++ b/dev-python/psutil/psutil-2.1.3.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 diff --git a/dev-python/psutil/psutil-4.4.2.ebuild b/dev-python/psutil/psutil-4.4.2.ebuild index 29e36612aeaf..a433cc09f696 100644 --- a/dev-python/psutil/psutil-4.4.2.ebuild +++ b/dev-python/psutil/psutil-4.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 diff --git a/dev-python/psutil/psutil-5.0.1.ebuild b/dev-python/psutil/psutil-5.0.1.ebuild index a1a88c037cd3..e1079d7d015e 100644 --- a/dev-python/psutil/psutil-5.0.1.ebuild +++ b/dev-python/psutil/psutil-5.0.1.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 diff --git a/dev-python/psutil/psutil-5.1.1.ebuild b/dev-python/psutil/psutil-5.1.1.ebuild index 1257abadc54d..e1079d7d015e 100644 --- a/dev-python/psutil/psutil-5.1.1.ebuild +++ b/dev-python/psutil/psutil-5.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -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/psutil/psutil-5.1.3.ebuild b/dev-python/psutil/psutil-5.1.3.ebuild index 1257abadc54d..e1079d7d015e 100644 --- a/dev-python/psutil/psutil-5.1.3.ebuild +++ b/dev-python/psutil/psutil-5.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |