Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-randomly/
Date: Sat, 25 Apr 2020 12:53:21
Message-Id: 1587819193.b0a8f05843cf8fbfcb419c84ba826764469dfb65.Alessandro-Barbieri@gentoo
1 commit: b0a8f05843cf8fbfcb419c84ba826764469dfb65
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 25 12:52:34 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 25 12:53:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0a8f058
7
8 dev-python/pytest-randomly: temporary drop black
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/pytest-randomly/pytest-randomly-3.3.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-randomly/pytest-randomly-3.3.1.ebuild b/dev-python/pytest-randomly/pytest-randomly-3.3.1.ebuild
17 index 2796f69..b28fd46 100644
18 --- a/dev-python/pytest-randomly/pytest-randomly-3.3.1.ebuild
19 +++ b/dev-python/pytest-randomly/pytest-randomly-3.3.1.ebuild
20 @@ -31,9 +31,10 @@ RDEPEND="
21 dev-python/secretstorage[${PYTHON_USEDEP}]
22 dev-python/twine[${PYTHON_USEDEP}]
23
24 - $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8)
25 $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_6 python3_7)
26 "
27 +# $(python_gen_cond_dep 'dev-python/black[${PYTHON_USEDEP}]' python3_8)
28 +
29 #DEPEND="
30 # test? (
31 # $(python_gen_cond_dep 'dev-python/check-manifest[${PYTHON_USEDEP}]' python3_8)