diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-02 16:07:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-02 16:34:18 +0100 |
commit | 90594e879618a71e352e2533f3e337fb25260d43 (patch) | |
tree | 905a8fff4e97fb2c345bd954ca2ab2ec8cf9dea9 | |
parent | dev-python/doit: Remove py2 (diff) | |
download | gentoo-90594e879618a71e352e2533f3e337fb25260d43.tar.gz gentoo-90594e879618a71e352e2533f3e337fb25260d43.tar.bz2 gentoo-90594e879618a71e352e2533f3e337fb25260d43.zip |
dev-python/cloudpickle: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/cloudpickle/cloudpickle-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | 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 3dbbee18a2a5..086523e0f051 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 1a4644082e51..a90aa0ee6c22 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" |