Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-pathlib/
Date: Sun, 31 Mar 2019 13:17:44
Message-Id: 1554038226.0134090a488121a50a6cf57a87a62de4e0efe1a3.vdupras@gentoo
1 commit: 0134090a488121a50a6cf57a87a62de4e0efe1a3
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 13:17:06 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 13:17:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0134090a
7
8 virtual/python-pathlib: remove pypy3 requirement
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 virtual/python-pathlib/python-pathlib-1.0.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild
18 index 10122a0b286..5c3ea9070d5 100644
19 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
20 +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
30 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
31
32 inherit python-r1
33
34 @@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35
36 RDEPEND="${PYTHON_DEPS}
37 $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \
38 - python{2_7,3_3} pypy pypy3)"
39 + python2_7 pypy)"