dev-python/josepy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:23:20 +0000 (16:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:29:13 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/josepy/josepy-1.1.0.ebuild
dev-python/josepy/josepy-1.2.0.ebuild

index c2fe54ce2679b9bcd4d6f8eacfc302c5ebc8628f..27b1cdc179d3f2d0a8cc04b550d7604f7f3aa815 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="JOSE protocol implementation in Python"
index 34d9145537eba35542ab203c18dcb16974d9a3c7..8f7ce5c780aea69778c0084f9ca68765741a68c6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 inherit distutils-r1
 
 DESCRIPTION="JOSE protocol implementation in Python"