From: Michał Górny Date: Thu, 6 Feb 2020 07:00:10 +0000 (+0100) Subject: dev-python/xlrd: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=136679825f8396f8e954ab641bec21aad3794e11;p=gentoo.git dev-python/xlrd: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/xlrd/xlrd-0.9.4.ebuild b/dev-python/xlrd/xlrd-0.9.4.ebuild index 0bea912a045d..ec0657e68011 100644 --- a/dev-python/xlrd/xlrd-0.9.4.ebuild +++ b/dev-python/xlrd/xlrd-0.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/xlrd/xlrd-1.2.0.ebuild b/dev-python/xlrd/xlrd-1.2.0.ebuild index d019d67ec691..b3782f1a8139 100644 --- a/dev-python/xlrd/xlrd-1.2.0.ebuild +++ b/dev-python/xlrd/xlrd-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1