diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:44:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:57 +0100 |
commit | 9159b099b4a084504c56ee3d046de507d684fd80 (patch) | |
tree | 7d18578655d1a67f2bdcbd1b89be8d2c06d1d5ba /dev-python/tabulate | |
parent | app-admin/ngxtop: Remove Python 2 (diff) | |
download | gentoo-9159b099b4a084504c56ee3d046de507d684fd80.tar.gz gentoo-9159b099b4a084504c56ee3d046de507d684fd80.tar.bz2 gentoo-9159b099b4a084504c56ee3d046de507d684fd80.zip |
dev-python/tabulate: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.6.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.1.ebuild b/dev-python/tabulate/tabulate-0.8.1.ebuild index 668fc09feb52..7511178e7f22 100644 --- a/dev-python/tabulate/tabulate-0.8.1.ebuild +++ b/dev-python/tabulate/tabulate-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/tabulate/tabulate-0.8.3.ebuild b/dev-python/tabulate/tabulate-0.8.3.ebuild index c84ba20f0fe1..ca367d3640d0 100644 --- a/dev-python/tabulate/tabulate-0.8.3.ebuild +++ b/dev-python/tabulate/tabulate-0.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/tabulate/tabulate-0.8.6.ebuild b/dev-python/tabulate/tabulate-0.8.6.ebuild index ee715933d244..de51686e88fe 100644 --- a/dev-python/tabulate/tabulate-0.8.6.ebuild +++ b/dev-python/tabulate/tabulate-0.8.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |