Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpmath/
Date: Wed, 29 Apr 2020 16:40:23
Message-Id: 1588178408.41c06c1a5d91085304e5f2a4e7672aad3885b7f5.pacho@gentoo
1 commit: 41c06c1a5d91085304e5f2a4e7672aad3885b7f5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 16:30:22 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 16:40:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c06c1a
7
8 dev-python/mpmath: Supports py3.8
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/mpmath/mpmath-1.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild
17 index 18b4036780c..10930a399ef 100644
18 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild
19 +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{3_6,3_7} )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
26
27 inherit distutils-r1 eutils