dev-python/hcloud-python: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:45 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:45 +0000 (17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/hcloud-python/hcloud-python-1.2.1.ebuild
dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
dev-python/hcloud-python/hcloud-python-1.6.2.ebuild

index e2e7a998b313caa718cbe416422e96a2eaa6cada..9b579fc6b07af17a7f3995d673e73965522c431e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
index 65c3b456a996bbeb29e3eeee96595caa0169507e..48a6e64a466f2686944df583c4512a763b8d35cb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
index d6166ae001a587ea7e909241ed393ed696b84f09..68274abcf5bcade60f137eb9e97b8678f41ff731 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1