From: Michał Górny Date: Thu, 6 Feb 2020 06:22:58 +0000 (+0100) Subject: dev-python/tldextract: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b5eccd78def7219e19e294dfa8315d2baa60ea7;p=gentoo.git dev-python/tldextract: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/tldextract/tldextract-2.2.1.ebuild b/dev-python/tldextract/tldextract-2.2.1.ebuild index 0d1d65fbbb2f..e47d3e81ce18 100644 --- a/dev-python/tldextract/tldextract-2.2.1.ebuild +++ b/dev-python/tldextract/tldextract-2.2.1.ebuild @@ -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 DESCRIPTION="Accurately separate the TLD from the registered domain and subdomains of a URL."