dev-python/python-monascaclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:38:09 +0000 (11:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:04 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-monascaclient/python-monascaclient-1.14.0.ebuild
dev-python/python-monascaclient/python-monascaclient-1.15.0.ebuild

index c371814424d4746621bd90f70ece49fa9ae417a4..946821edbabcb72631e53a82881b2ccc5310d3f0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index a23888ecc6d1d2105ef474fbb406bb8977fe928e..5c379e049e14ffb288b45e3e26c98a7257d09cb3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1