From 6b87364fd57bf33c564dfef80a8411f148f7fe87 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 6 Feb 2020 07:26:33 +0100 Subject: dev-python/tvdb_api: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild | 2 +- dev-python/tvdb_api/tvdb_api-2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/tvdb_api') diff --git a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild index 004cf95b6b19..c2a50cff92e1 100644 --- a/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild +++ b/dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python interface to thetvdb.com API" diff --git a/dev-python/tvdb_api/tvdb_api-2.0.ebuild b/dev-python/tvdb_api/tvdb_api-2.0.ebuild index 73fcebaaec37..c8cfd75e065d 100644 --- a/dev-python/tvdb_api/tvdb_api-2.0.ebuild +++ b/dev-python/tvdb_api/tvdb_api-2.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python interface to thetvdb.com API" -- cgit v1.2.3-65-gdbad