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/twisted/
Date: Mon, 04 Jul 2022 06:57:41
Message-Id: 1656917839.f8125448f6d6027d6569d05f64a1518f551fb10b.mgorny@gentoo
1 commit: f8125448f6d6027d6569d05f64a1518f551fb10b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 09:56:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 06:57:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8125448
7
8 dev-python/twisted: Move test deps under USE flags for wd40 profiles
9
10 Make the package wd40-friendly by moving the Rust-involving test
11 dependencies under their respective USE flags (matching RDEPEND).
12 The dependencies that can be tested on non-Rust systems remain
13 unconditional.
14
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 dev-python/twisted/twisted-22.4.0-r2.ebuild | 12 +++++++-----
18 1 file changed, 7 insertions(+), 5 deletions(-)
19
20 diff --git a/dev-python/twisted/twisted-22.4.0-r2.ebuild b/dev-python/twisted/twisted-22.4.0-r2.ebuild
21 index d610a52c6ac3..5acedaa99e6a 100644
22 --- a/dev-python/twisted/twisted-22.4.0-r2.ebuild
23 +++ b/dev-python/twisted/twisted-22.4.0-r2.ebuild
24 @@ -56,18 +56,20 @@ BDEPEND="
25 test? (
26 $(python_gen_cond_dep '
27 >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
28 - dev-python/bcrypt[${PYTHON_USEDEP}]
29 >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}]
30 dev-python/cython-test-exception-raiser[${PYTHON_USEDEP}]
31 dev-python/idna[${PYTHON_USEDEP}]
32 dev-python/pyasn1[${PYTHON_USEDEP}]
33 dev-python/pyserial[${PYTHON_USEDEP}]
34 net-misc/openssh
35 - !alpha? ( !hppa? ( !ia64? (
36 - >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}]
37 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
38 + conch? (
39 + dev-python/bcrypt[${PYTHON_USEDEP}]
40 + >=dev-python/cryptography-1.5.0[${PYTHON_USEDEP}]
41 + )
42 + ssl? (
43 + >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
44 dev-python/service_identity[${PYTHON_USEDEP}]
45 - ) ) )
46 + )
47 ' python3_{8..10} pypy3)
48 $(python_gen_cond_dep '
49 dev-python/gmpy[${PYTHON_USEDEP}]