From: Michał Górny Date: Wed, 5 Feb 2020 19:01:45 +0000 (+0100) Subject: dev-python/pyaes: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=968e4aa0890ff6a5fea4f5503e260c9c576d452c;p=gentoo.git dev-python/pyaes: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyaes/pyaes-1.6.0.ebuild b/dev-python/pyaes/pyaes-1.6.0.ebuild index 9d6d55e33405..aa569abf1dfe 100644 --- a/dev-python/pyaes/pyaes-1.6.0.ebuild +++ b/dev-python/pyaes/pyaes-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild index 11179bd2874f..f6806c7c8c2d 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1