commit: 90594e879618a71e352e2533f3e337fb25260d43
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 15:07:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 15:34:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90594e87
dev-python/cloudpickle: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cloudpickle/cloudpickle-0.3.1.ebuild | 2 +-
dev-python/cloudpickle/cloudpickle-1.2.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
b/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
index 3dbbee18a2a..086523e0f05 100644
--- a/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
+++ b/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild
@@ -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"
diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
index 1a4644082e5..a90aa0ee6c2 100644
--- a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
+++ b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
@@ -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"