diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:02:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:48 +0100 |
commit | 009cd423e3ec35b6c53cc8c471490a9638e05537 (patch) | |
tree | 675ad505c5e73e2b005ef4db81a35451ec408da5 /dev-python/yappi | |
parent | dev-python/xvfbwrapper: Remove py2 (diff) | |
download | gentoo-009cd423e3ec35b6c53cc8c471490a9638e05537.tar.gz gentoo-009cd423e3ec35b6c53cc8c471490a9638e05537.tar.bz2 gentoo-009cd423e3ec35b6c53cc8c471490a9638e05537.zip |
dev-python/yappi: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yappi')
-rw-r--r-- | dev-python/yappi/yappi-0.98.ebuild | 2 | ||||
-rw-r--r-- | dev-python/yappi/yappi-1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/yappi/yappi-0.98.ebuild b/dev-python/yappi/yappi-0.98.ebuild index 272a40e1703e..9d567d63673e 100644 --- a/dev-python/yappi/yappi-0.98.ebuild +++ b/dev-python/yappi/yappi-0.98.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit distutils-r1 DESCRIPTION="Yet Another Python Profiler" diff --git a/dev-python/yappi/yappi-1.0.ebuild b/dev-python/yappi/yappi-1.0.ebuild index 9da154dabb7e..05de5b9581f0 100644 --- a/dev-python/yappi/yappi-1.0.ebuild +++ b/dev-python/yappi/yappi-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{2_7,3_{6,7}}) +PYTHON_COMPAT=(python3_{6,7}) inherit distutils-r1 DESCRIPTION="Yet Another Python Profiler" |