Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/persim/
Date: Wed, 23 Dec 2020 05:10:33
Message-Id: 1608698329.c52d8c2a720ab4cdba9945063e86daa6b09d7ef5.epsilon-0@gentoo
1 commit: c52d8c2a720ab4cdba9945063e86daa6b09d7ef5
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 23 04:38:49 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 23 04:38:49 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c52d8c2a
7
8 dev-python/persim: add python3_{8,9}
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/persim/persim-0.1.3.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/persim/persim-0.1.3.ebuild b/dev-python/persim/persim-0.1.3.ebuild
17 index 714796631..d86f5068b 100644
18 --- a/dev-python/persim/persim-0.1.3.ebuild
19 +++ b/dev-python/persim/persim-0.1.3.ebuild
20 @@ -3,8 +3,7 @@
21
22 EAPI=7
23
24 -# bump on plotly bump merge
25 -PYTHON_COMPAT=( python3_{6..7} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27
28 inherit distutils-r1