diff options
Diffstat (limited to 'dev-python/cloudpickle')
-rw-r--r-- | dev-python/cloudpickle/cloudpickle-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cloudpickle/cloudpickle-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cloudpickle/cloudpickle-1.2.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild b/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild index cb46036e1876..3dbbee18a2a5 100644 --- a/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild +++ b/dev-python/cloudpickle/cloudpickle-0.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit eutils distutils-r1 DESCRIPTION="Extended pickling support for Python objects" diff --git a/dev-python/cloudpickle/cloudpickle-1.2.1.ebuild b/dev-python/cloudpickle/cloudpickle-1.2.1.ebuild index 74f40c775fc0..8db399324541 100644 --- a/dev-python/cloudpickle/cloudpickle-1.2.1.ebuild +++ b/dev-python/cloudpickle/cloudpickle-1.2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit 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 1e11924d44fa..1a4644082e51 100644 --- a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild +++ b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python2_7 python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Extended pickling support for Python objects" |