commit:     6b87364fd57bf33c564dfef80a8411f148f7fe87
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 06:26:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 06:38:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b87364f

dev-python/tvdb_api: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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(-)

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 004cf95b6b1..c2a50cff92e 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 73fcebaaec3..c8cfd75e065 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"

Reply via email to