From: Michał Górny Date: Wed, 5 Feb 2020 21:01:03 +0000 (+0100) Subject: dev-python/rencode: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=689fe5cf78523b938b7ae647b5d4bf5e060269c7;p=gentoo.git dev-python/rencode: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/rencode/rencode-1.0.5-r1.ebuild b/dev-python/rencode/rencode-1.0.5-r1.ebuild index c5ffc4b4aa5b..e587997a9ee9 100644 --- a/dev-python/rencode/rencode-1.0.5-r1.ebuild +++ b/dev-python/rencode/rencode-1.0.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="similar to bencode from the BitTorrent project" diff --git a/dev-python/rencode/rencode-1.0.5.ebuild b/dev-python/rencode/rencode-1.0.5.ebuild index 10cc1d2f509c..49f14f940bfc 100644 --- a/dev-python/rencode/rencode-1.0.5.ebuild +++ b/dev-python/rencode/rencode-1.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="similar to bencode from the BitTorrent project"