dev-python/cloudpickle: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:07:38 +0000 (16:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:34:18 +0000 (16:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
dev-python/cloudpickle/cloudpickle-1.2.2.ebuild

index 3dbbee18a2a5b9e292beb40f6f9080da1a13ba7e..086523e0f051578df9292a44d54ffb1e4d8102e7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit eutils distutils-r1
 
 DESCRIPTION="Extended pickling support for Python objects"
index 1a4644082e5120365eea4e61b4611423e7fcbfce..a90aa0ee6c22bdb051282c8c2205cd30d356437f 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
 
 DESCRIPTION="Extended pickling support for Python objects"