Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib/
Date: Sun, 31 Mar 2019 13:17:45
Message-Id: 1554038025.c9dc4004542dc6d97eeb8d9fd9c905d7906e8929.vdupras@gentoo
1 commit: c9dc4004542dc6d97eeb8d9fd9c905d7906e8929
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 13:13:45 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 13:13:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9dc4004
7
8 dev-python/pathlib: remove pypy3 from PYTHON_COMPAT
9
10 Bug: https://bugs.gentoo.org/616596
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.11
13
14 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
18 index 76c5d4e5971..25e9597a73d 100644
19 --- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
20 +++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=5
23
24 # In Python 3.4, pathlib is now part of the standard library.
25 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
26 +PYTHON_COMPAT=( python2_7 pypy )
27
28 inherit distutils-r1