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: net-misc/electrum/
Date: Wed, 27 Apr 2022 20:18:00
Message-Id: 1651090669.e9343208f71591b73013fdb7f6e4dc9fd2a09965.mgorny@gentoo
1 commit: e9343208f71591b73013fdb7f6e4dc9fd2a09965
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 19:59:34 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 20:17:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9343208
7
8 net-misc/electrum: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/electrum/electrum-4.2.1.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/electrum/electrum-4.2.1.ebuild b/net-misc/electrum/electrum-4.2.1.ebuild
16 index ec9ee687e2ae..04fce81901f4 100644
17 --- a/net-misc/electrum/electrum-4.2.1.ebuild
18 +++ b/net-misc/electrum/electrum-4.2.1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 PYTHON_REQ_USE="ncurses?"
26
27 inherit desktop distutils-r1 xdg-utils
28 @@ -13,7 +13,8 @@ DESCRIPTION="User friendly Bitcoin client"
29 HOMEPAGE="https://electrum.org/"
30 SRC_URI="
31 https://github.com/spesmilo/electrum/archive/${PV}.tar.gz
32 - -> ${P}.gh.tar.gz"
33 + -> ${P}.gh.tar.gz
34 +"
35
36 LICENSE="MIT"
37 SLOT="0"
38 @@ -21,7 +22,8 @@ KEYWORDS="amd64 x86"
39 IUSE="cli ncurses qrcode +qt5"
40 REQUIRED_USE="|| ( cli ncurses qt5 )"
41
42 -RDEPEND="${PYTHON_DEPS}
43 +RDEPEND="
44 + ${PYTHON_DEPS}
45 dev-libs/libsecp256k1
46 >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}]
47 =dev-python/aiorpcX-0.22*[${PYTHON_USEDEP}]