summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:26:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:38:24 +0100
commit6b87364fd57bf33c564dfef80a8411f148f7fe87 (patch)
treeb6b45e384e3bb0313417779a48c872cd52eb4d07 /dev-python/tvdb_api
parentdev-python/tvdb_api: Remove old (py2) (diff)
downloadgentoo-6b87364fd57bf33c564dfef80a8411f148f7fe87.tar.gz
gentoo-6b87364fd57bf33c564dfef80a8411f148f7fe87.tar.bz2
gentoo-6b87364fd57bf33c564dfef80a8411f148f7fe87.zip
dev-python/tvdb_api: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tvdb_api')
-rw-r--r--dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild2
-rw-r--r--dev-python/tvdb_api/tvdb_api-2.0.ebuild2
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 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"