Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pythontex/
Date: Thu, 03 Dec 2020 09:00:53
Message-Id: 1606986043.57700b12bcca300d3a8426753c48a4a906c59fd8.sam@gentoo
1 commit: 57700b12bcca300d3a8426753c48a4a906c59fd8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 09:00:43 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 09:00:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57700b12
7
8 dev-tex/pythontex: Add Python 3.8, 3.9
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-tex/pythontex/pythontex-0.17.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-tex/pythontex/pythontex-0.17.ebuild b/dev-tex/pythontex/pythontex-0.17.ebuild
17 index 31f77063256..e7c5d6d327a 100644
18 --- a/dev-tex/pythontex/pythontex-0.17.ebuild
19 +++ b/dev-tex/pythontex/pythontex-0.17.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 inherit latex-package python-r1