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