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/virtualenv/
Date: Sun, 06 Nov 2022 07:59:30
Message-Id: 1667721553.ffeabdefb96c84a7aea3e6af876ce24487d7b151.mgorny@gentoo
1 commit: ffeabdefb96c84a7aea3e6af876ce24487d7b151
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 06:48:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:59:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeabdef
7
8 dev-python/virtualenv: Move dev-python/six to test-BDEP
9
10 Closes: https://bugs.gentoo.org/879619
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../{virtualenv-20.16.6.ebuild => virtualenv-20.16.6-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/virtualenv/virtualenv-20.16.6.ebuild b/dev-python/virtualenv/virtualenv-20.16.6-r1.ebuild
17 similarity index 99%
18 rename from dev-python/virtualenv/virtualenv-20.16.6.ebuild
19 rename to dev-python/virtualenv/virtualenv-20.16.6-r1.ebuild
20 index 23c6be3b691c..ee907432c6ab 100644
21 --- a/dev-python/virtualenv/virtualenv-20.16.6.ebuild
22 +++ b/dev-python/virtualenv/virtualenv-20.16.6-r1.ebuild
23 @@ -25,7 +25,6 @@ RDEPEND="
24 >=dev-python/filelock-3.4.1[${PYTHON_USEDEP}]
25 >=dev-python/platformdirs-2.4[${PYTHON_USEDEP}]
26 >=dev-python/setuptools-63.2.0[${PYTHON_USEDEP}]
27 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
28 "
29 # coverage is used somehow magically in virtualenv, maybe it actually
30 # tests something useful
31 @@ -38,6 +37,7 @@ BDEPEND="
32 >=dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
33 >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
34 >=dev-python/pytest-timeout-2.1[${PYTHON_USEDEP}]
35 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
36 dev-python/wheel[${PYTHON_USEDEP}]
37 >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
38 )