dev-python/rencode: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:01:03 +0000 (22:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:33 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rencode/rencode-1.0.5-r1.ebuild
dev-python/rencode/rencode-1.0.5.ebuild

index c5ffc4b4aa5b038f97c0da217f309e8ed51c9e4c..e587997a9ee9605b6267e08b2f44fd518681c9ce 100644 (file)
@@ -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"
index 10cc1d2f509c35685707853e10a0972a2b42315d..49f14f940bfc151af57e4fa51012f16b2209f60c 100644 (file)
@@ -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"