Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/
Date: Wed, 07 Oct 2020 09:22:28
Message-Id: 1602061905.2bd3950266c72baf3bca051d3366c659e3f2122c.zx2c4@gentoo
1 commit: 2bd3950266c72baf3bca051d3366c659e3f2122c
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 09:11:45 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 09:11:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd39502
7
8 dev-python/ssl-fetch: support pypy3
9
10 Bug: https://bugs.gentoo.org/747019
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
13
14 dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 2 +-
15 dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
19 index adde725cad0..913140f5a13 100644
20 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
21 +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=5
25
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
28 DISTUTILS_USE_SETUPTOOLS=no
29
30 inherit distutils-r1
31
32 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
33 index 0cec3a3935e..856d59b6c61 100644
34 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
35 +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=6
39
40 -PYTHON_COMPAT=( python3_{6,7,8} )
41 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
42 DISTUTILS_USE_SETUPTOOLS=no
43
44 EGIT_BRANCH="master"