dev-python/arrow: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:27:43 +0000 (13:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:27:43 +0000 (13:27 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/arrow/arrow-0.10.0.ebuild
dev-python/arrow/arrow-0.12.1.ebuild
dev-python/arrow/arrow-0.13.1.ebuild

index 141e3d0f796d956f9303ea252f20a8ea9a51a55c..930e121246cfb0564aa78a13619b313f9efb3917 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Better dates and times for Python"
index a3e878321157c33f129a69b45b591bb9a1129c83..1d5f525309a93baa4c60b1e46cc75cb236cabdc6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Better dates and times for Python"
index ed980c88a6064055ffabc3f3b3b24d5c7ba28223..32e2d4b9a90482880166fced2e5380f4575325cb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
@@ -17,8 +17,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/backports-functools-lru-cache[$(python_gen_usedep 'python2*')]"
+       dev-python/python-dateutil[${PYTHON_USEDEP}]"
 
 DEPEND="
        test? (