dev-python/tvdb_api: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:26:33 +0000 (07:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:38:24 +0000 (07:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild
dev-python/tvdb_api/tvdb_api-2.0.ebuild

index 004cf95b6b19814584967853aa5867b0c36a63a2..c2a50cff92e14d0c30d4810e76d9d6d883a7a8a0 100644 (file)
@@ -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"
index 73fcebaaec378a5f5b35a6a6b9e65f786a6a6e07..c8cfd75e065d5a19ca9338c5b5ba7d626f3962ab 100644 (file)
@@ -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"