dev-python/py-gfm: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:23:39 +0000 (20:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:37:12 +0000 (20:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/py-gfm/py-gfm-0.1.1.ebuild
dev-python/py-gfm/py-gfm-0.1.4.ebuild

index 968047be4d14154deec17b40b71a1147e2e7b88c..712eaacb1ebb1ba579314ab35c07ef10fd221409 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 3a051b33bebecc838af2387363d635aa4e189154..728ec3a9e4960218092fb24456af8168940948ba 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1