Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempita/
Date: Fri, 08 May 2020 20:34:32
Message-Id: 1588970053.6565537c1d312bbefb005fc07187af047c858b2d.dolsen@gentoo
1 commit: 6565537c1d312bbefb005fc07187af047c858b2d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 17:26:20 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 20:34:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6565537c
7
8 dev-python/tempita: Add python-3.8
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-python/tempita/tempita-0.5.3-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/tempita/tempita-0.5.3-r2.ebuild b/dev-python/tempita/tempita-0.5.3-r2.ebuild
17 index 6fff23d537e..2206113d2e4 100644
18 --- a/dev-python/tempita/tempita-0.5.3-r2.ebuild
19 +++ b/dev-python/tempita/tempita-0.5.3-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
25 +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
26
27 inherit distutils-r1