From: Michał Górny Date: Thu, 6 Feb 2020 06:26:33 +0000 (+0100) Subject: dev-python/tvdb_api: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b87364fd57bf33c564dfef80a8411f148f7fe87;p=gentoo.git dev-python/tvdb_api: Remove py2 Signed-off-by: Michał Górny --- 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"