Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cloudpickle/
Date: Sun, 02 Feb 2020 15:34:36
Message-Id: 1580657659.4f12356b3bb9523a8a82810abdf82596f5df09dc.mgorny@gentoo
1 commit: 4f12356b3bb9523a8a82810abdf82596f5df09dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 15:10:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 15:34:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f12356b
7
8 dev-python/cloudpickle: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cloudpickle/cloudpickle-1.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
16 index a90aa0ee6c2..96720e65077 100644
17 --- a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
18 +++ b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python{3_6,3_7} )
24 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
25 inherit distutils-r1
26
27 DESCRIPTION="Extended pickling support for Python objects"