dev-python/pushbullet-py: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:14:11 +0000 (17:14 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:14:11 +0000 (17:14 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/pushbullet-py/pushbullet-py-0.10.0.ebuild
dev-python/pushbullet-py/pushbullet-py-0.11.0.ebuild

index 4d369b1e74a1fb35e277269d34172b2e4b65b2ad..aa276aa6ff09486c03f074cc5b6f1cfc9c137ebf 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 6b2549833e3b05e6c6e59a33b440d459585b1c8c..72c1c5370fcea9adc0eb29d6d955091cee0c749e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1