dev-python/collective-checkdocs: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:36:09 +0000 (19:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:44:27 +0000 (19:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild

index 2684c90f190c659b0b92edf2378b5c834484cfd9..b31c1919910f600ceaadae90badc36cf16b34e59 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions."