dev-python/publicsuffix: Drop py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 09:58:22 +0000 (10:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 10:13:06 +0000 (11:13 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/publicsuffix/publicsuffix-2.20190205.ebuild

index 6784ae27aea0d86607c1c73ab5ef6c236599fb63..547dfd31006665289988fdf6ffe037b05a7586bd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Get a public suffix for a domain name using the Public Suffix List."