Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uranium/
Date: Tue, 25 May 2021 11:55:06
Message-Id: 1621943687.65b9df2e535a6476e6685a7674ca2d388becf3b8.sam@gentoo
1 commit: 65b9df2e535a6476e6685a7674ca2d388becf3b8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 11:51:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 11:54:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b9df2e
7
8 dev-python/uranium: add dev-python/cryptography dependency
9
10 Closes: https://bugs.gentoo.org/783465
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/uranium/{uranium-4.8.0.ebuild => uranium-4.8.0-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/uranium/uranium-4.8.0.ebuild b/dev-python/uranium/uranium-4.8.0-r1.ebuild
17 similarity index 96%
18 rename from dev-python/uranium/uranium-4.8.0.ebuild
19 rename to dev-python/uranium/uranium-4.8.0-r1.ebuild
20 index ec44ffc1c0b..d2fbe4c6054 100644
21 --- a/dev-python/uranium/uranium-4.8.0.ebuild
22 +++ b/dev-python/uranium/uranium-4.8.0-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -32,6 +32,7 @@ BDEPEND="${PYTHON_DEPS}
30 DEPEND="${PYTHON_DEPS}
31 ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
32 $(python_gen_cond_dep '
33 + dev-python/cryptography[${PYTHON_USEDEP}]
34 dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]
35 dev-python/numpy[${PYTHON_USEDEP}]
36 >=dev-python/scipy-1.1[${PYTHON_USEDEP}]