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: virtual/python-singledispatch/
Date: Fri, 15 Nov 2019 07:33:18
Message-Id: 1573803186.bee18927fe3a152e8516b77b1ae125599fb65887.mgorny@gentoo
1 commit: bee18927fe3a152e8516b77b1ae125599fb65887
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 07:29:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 07:33:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18927
7
8 virtual/python-singledispatch: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
16 index dde4e6b3119..62d41a97eb9 100644
17 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
18 +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
25
26 inherit python-r1