Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-singledispatch/
Date: Wed, 11 Mar 2020 12:52:44
Message-Id: 1583931134.57decee9b344493248c9b517d09a5d8069debbb9.sbraz@gentoo
1 commit: 57decee9b344493248c9b517d09a5d8069debbb9
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 12:43:35 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 12:52:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57decee9
7
8 virtual/python-singledispatch: add PyPy3 support
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 virtual/python-singledispatch/python-singledispatch-0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
17 index 8f81fd4f977..2679d59fd8d 100644
18 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
19 +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
25 +PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
26
27 inherit python-r1
28
29 @@ -13,4 +13,4 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31
32 RDEPEND="${PYTHON_DEPS}
33 - $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)"
34 + $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' -2)"