dev-python/tqdm: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-25 10:08:55 +02:00
parent 4ea5c04877
commit 21f7a27979
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1