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: dev-python/socksio/
Date: Thu, 07 Apr 2022 09:14:25
Message-Id: 1649322772.ad3dcc34ee41c1eb8423374c9531d94a38531812.mgorny@gentoo
1 commit: ad3dcc34ee41c1eb8423374c9531d94a38531812
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 08:54:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 09:12:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3dcc34
7
8 dev-python/socksio: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/socksio/socksio-1.0.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/socksio/socksio-1.0.0.ebuild b/dev-python/socksio/socksio-1.0.0.ebuild
16 index bb5da3150620..c59def3102c1 100644
17 --- a/dev-python/socksio/socksio-1.0.0.ebuild
18 +++ b/dev-python/socksio/socksio-1.0.0.ebuild
19 @@ -3,8 +3,9 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 DISTUTILS_USE_PEP517=flit
25 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
26 +
27 inherit distutils-r1
28
29 DESCRIPTION="Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5"