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/pip/
Date: Fri, 29 Jul 2022 14:37:52
Message-Id: 1659105456.032a347aaf2522ee9b97ad4cf8c1001a3d503cea.mgorny@gentoo
1 commit: 032a347aaf2522ee9b97ad4cf8c1001a3d503cea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 13:49:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 14:37:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032a347a
7
8 dev-python/pip: Skip opt test dep on cryptography on wd40 arches
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pip/pip-22.1.2.ebuild | 4 ++--
13 dev-python/pip/pip-22.2.1.ebuild | 4 ++--
14 dev-python/pip/pip-22.2.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/pip/pip-22.1.2.ebuild b/dev-python/pip/pip-22.1.2.ebuild
18 index 0811bec7ca4e..92328155e736 100644
19 --- a/dev-python/pip/pip-22.1.2.ebuild
20 +++ b/dev-python/pip/pip-22.1.2.ebuild
21 @@ -53,9 +53,9 @@ BDEPEND="
22 dev-python/tomli-w[${PYTHON_USEDEP}]
23 dev-python/werkzeug[${PYTHON_USEDEP}]
24 dev-python/wheel[${PYTHON_USEDEP}]
25 - !alpha? ( !hppa? ( !ia64? (
26 + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
27 dev-python/cryptography[${PYTHON_USEDEP}]
28 - ) ) )
29 + ) ) ) ) ) )
30 ' "${PYTHON_TESTED[@]}")
31 )
32 "
33
34 diff --git a/dev-python/pip/pip-22.2.1.ebuild b/dev-python/pip/pip-22.2.1.ebuild
35 index d5542f692f0d..5e07d0a0768b 100644
36 --- a/dev-python/pip/pip-22.2.1.ebuild
37 +++ b/dev-python/pip/pip-22.2.1.ebuild
38 @@ -53,9 +53,9 @@ BDEPEND="
39 dev-python/tomli-w[${PYTHON_USEDEP}]
40 dev-python/werkzeug[${PYTHON_USEDEP}]
41 dev-python/wheel[${PYTHON_USEDEP}]
42 - !alpha? ( !hppa? ( !ia64? (
43 + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
44 dev-python/cryptography[${PYTHON_USEDEP}]
45 - ) ) )
46 + ) ) ) ) ) )
47 ' "${PYTHON_TESTED[@]}")
48 )
49 "
50
51 diff --git a/dev-python/pip/pip-22.2.ebuild b/dev-python/pip/pip-22.2.ebuild
52 index aca0d2742dac..98f0a4fb0961 100644
53 --- a/dev-python/pip/pip-22.2.ebuild
54 +++ b/dev-python/pip/pip-22.2.ebuild
55 @@ -53,9 +53,9 @@ BDEPEND="
56 dev-python/tomli-w[${PYTHON_USEDEP}]
57 dev-python/werkzeug[${PYTHON_USEDEP}]
58 dev-python/wheel[${PYTHON_USEDEP}]
59 - !alpha? ( !hppa? ( !ia64? (
60 + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
61 dev-python/cryptography[${PYTHON_USEDEP}]
62 - ) ) )
63 + ) ) ) ) ) )
64 ' "${PYTHON_TESTED[@]}")
65 )
66 "