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, 01 Apr 2022 12:27:42
Message-Id: 1648816051.074fe3a7315a0d5566b1652307836c1726e81ffd.mgorny@gentoo
1 commit: 074fe3a7315a0d5566b1652307836c1726e81ffd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 12:20:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 12:27:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074fe3a7
7
8 dev-python/httpx: Permit rich-12
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httpx/{httpx-0.22.0-r1.ebuild => httpx-0.22.0-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/httpx/httpx-0.22.0-r1.ebuild b/dev-python/httpx/httpx-0.22.0-r2.ebuild
16 similarity index 96%
17 rename from dev-python/httpx/httpx-0.22.0-r1.ebuild
18 rename to dev-python/httpx/httpx-0.22.0-r2.ebuild
19 index 638410ba75dd..b756e1bf9e56 100644
20 --- a/dev-python/httpx/httpx-0.22.0-r1.ebuild
21 +++ b/dev-python/httpx/httpx-0.22.0-r2.ebuild
22 @@ -33,7 +33,7 @@ RDEPEND="
23 cli? (
24 =dev-python/click-8*[${PYTHON_USEDEP}]
25 =dev-python/pygments-2*[${PYTHON_USEDEP}]
26 - <dev-python/rich-12[${PYTHON_USEDEP}]
27 + <dev-python/rich-13[${PYTHON_USEDEP}]
28 )
29 "
30 BDEPEND="
31 @@ -54,7 +54,7 @@ BDEPEND="
32 distutils_enable_tests pytest
33
34 src_prepare() {
35 - sed -i -e '/rich/s:==10[.][*]:<12:' setup.py || die
36 + sed -i -e '/rich/s:==10[.][*]:<13:' setup.py || die
37 if ! use cli; then
38 sed -i -e '/console_scripts/d' setup.py || die
39 fi