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/httplib2/
Date: Wed, 27 Oct 2021 17:02:00
Message-Id: 1635354110.3bfdaffcef519ca84186b8f79eca360fac45f9bc.mgorny@gentoo
1 commit: 3bfdaffcef519ca84186b8f79eca360fac45f9bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 16:25:42 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 17:01:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfdaffc
7
8 dev-python/httplib2: Pin to pyparsing < 3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../httplib2/{httplib2-0.19.1.ebuild => httplib2-0.19.1-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httplib2/httplib2-0.19.1.ebuild b/dev-python/httplib2/httplib2-0.19.1-r1.ebuild
16 similarity index 96%
17 rename from dev-python/httplib2/httplib2-0.19.1.ebuild
18 rename to dev-python/httplib2/httplib2-0.19.1-r1.ebuild
19 index 04e2897eb13..1955242072b 100644
20 --- a/dev-python/httplib2/httplib2-0.19.1.ebuild
21 +++ b/dev-python/httplib2/httplib2-0.19.1-r1.ebuild
22 @@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~am
23
24 RDEPEND="
25 app-misc/ca-certificates
26 - dev-python/pyparsing[${PYTHON_USEDEP}]"
27 + <dev-python/pyparsing-3[${PYTHON_USEDEP}]"
28 BDEPEND="
29 test? (
30 dev-python/pytest-timeout[${PYTHON_USEDEP}]