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/httpx/
Date: Fri, 08 Apr 2022 11:10:07
Message-Id: 1649416194.eee6c46e0ab5aafa6db2f624555edfd932b41c49.mgorny@gentoo
1 commit: eee6c46e0ab5aafa6db2f624555edfd932b41c49
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 11:07:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 11:09:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee6c46e
7
8 dev-python/httpx: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httpx/httpx-0.22.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpx/httpx-0.22.0-r2.ebuild b/dev-python/httpx/httpx-0.22.0-r2.ebuild
16 index b756e1bf9e56..33f2c7c281e3 100644
17 --- a/dev-python/httpx/httpx-0.22.0-r2.ebuild
18 +++ b/dev-python/httpx/httpx-0.22.0-r2.ebuild
19 @@ -8,7 +8,7 @@ EAPI=8
20 # DOCS_DEPEND="dev-python/mkdocs-material"
21 # DOCS_AUTODOC=1
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
25 inherit distutils-r1 optfeature # docs
26
27 DESCRIPTION="Fully-featured HTTP client which provides sync and async APIs"