From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Thu, 11 May 2023 17:58:13 +0000 (UTC) [thread overview]
Message-ID: <1683827888.546b252c7a169e512264291641aafb373d309751.mgorny@gentoo> (raw)
commit: 546b252c7a169e512264291641aafb373d309751
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 16:15:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 11 17:58:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546b252c
net-misc/electrum: Bump to 4.4.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/electrum/Manifest | 1 +
net-misc/electrum/electrum-4.4.3.ebuild | 112 ++++++++++++++++++++++++++++++++
2 files changed, 113 insertions(+)
diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 6544e8a38f95..9d43c6ed3568 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -2,3 +2,4 @@ DIST electrum-4.3.4.gh.tar.gz 5512701 BLAKE2B a57e3ffddacfd5c63dc7f5cb59bbfe0632
DIST electrum-4.4.0.gh.tar.gz 5627801 BLAKE2B 27ed9fff7586f9efe18a76f3cfa6d0cc4df4d5bc542b68ce9cd78ac5d6b033114b9caea23edbbd2a531d6f877a8891a02fc321741d8ecf4eb473894f1d9c94a6 SHA512 dfa5020a2609b8faa21c1ae97e152b89cd235151c18bb2b6a0bb4b9cd5217697e3c6515d832c8f04291fb10e062c3a4d9a92c48874687ef99adfd7cf04f363f8
DIST electrum-4.4.1.gh.tar.gz 5631256 BLAKE2B cefa27c7b770429004a221143f4291285f2ad6f3ca6f1f58c5c98ce6b6efbc316ea6b857a6abf8ed899cf5feac1f3505fd83189849aab72f144af9e7ce4d546d SHA512 075253fc89063d8fa6adcdc9d3e4c7cbd5caa27efe9f5dca8ddf5ef3863ca25690f2a4280a4999d6d3da7d32ece10dd9faf2ba560d2b13a0c9887237daa6382e
DIST electrum-4.4.2.gh.tar.gz 5635869 BLAKE2B 7ba1941a59e5db7578d2b7fe26997c9bda92467362422fc3b3741eefc5c52b872cbb0c9c5caf7454ae4b6136a37b498ba2afd1b0f19ace0f566de68a9e40b3bb SHA512 50509a7890a9697dfb59ec6d8cb3f2d5243b37acbff2c322cb7a6f4b350dd18fc5a963a30af6cd4e918ea02306df4da7252158ddf268fc87762ff598e2eb33e8
+DIST electrum-4.4.3.gh.tar.gz 5629690 BLAKE2B 56f1bf2500500eb9fcd3b0397adee2f46865ab628004c62b2ffc36b7a019b1bd94b7c84576b35afda70116fb290476432fb1363eeb511d8cd4e6342c3a920975 SHA512 077742c404cce57fbf330b28a36c277dc22c10027c8f412ea192a7f7b917b37b22bbb85dc6cdc654daaacc28f98659dac406879a183448b20b0377a86697f486
diff --git a/net-misc/electrum/electrum-4.4.3.ebuild b/net-misc/electrum/electrum-4.4.3.ebuild
new file mode 100644
index 000000000000..151ffd5e2cfe
--- /dev/null
+++ b/net-misc/electrum/electrum-4.4.3.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="ncurses?"
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="User friendly Bitcoin client"
+HOMEPAGE="
+ https://electrum.org/
+ https://github.com/spesmilo/electrum/
+"
+SRC_URI="
+ https://github.com/spesmilo/electrum/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cli ncurses qrcode +qt5"
+REQUIRED_USE="|| ( cli ncurses qt5 )"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ <dev-libs/libsecp256k1-0.4
+ >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}]
+ =dev-python/aiorpcX-0.22*[${PYTHON_USEDEP}]
+ >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+ dev-python/bitstring[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ >=dev-python/dnspython-2[${PYTHON_USEDEP}]
+ dev-python/pbkdf2[${PYTHON_USEDEP}]
+ dev-python/PySocks[${PYTHON_USEDEP}]
+ dev-python/qrcode[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ >=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
+ qrcode? ( media-gfx/zbar[v4l] )
+ qt5? (
+ dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+ )
+ ncurses? ( $(python_gen_impl_dep 'ncurses') )
+"
+BDEPEND="
+ test? (
+ dev-python/pyaes[${PYTHON_USEDEP}]
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # use backwards-compatible cryptodome API
+ sed -i -e 's:Cryptodome:Crypto:' electrum/crypto.py || die
+
+ # make qdarkstyle dep optional
+ sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die
+
+ # remove upper bounds from deps
+ sed -i -e 's:,<[0-9.]*::' contrib/requirements/requirements.txt || die
+
+ local bestgui
+ if use qt5; then
+ bestgui=qt
+ elif use ncurses; then
+ bestgui=text
+ else
+ bestgui=stdio
+ fi
+ sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = .*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' ${PN}/${PN} || die
+
+ eapply_user
+
+ xdg_environment_reset
+ distutils-r1_src_prepare
+}
+
+src_install() {
+ dodoc RELEASE-NOTES
+ distutils-r1_src_install
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+
+ local v
+ for v in ${REPLACING_VERSIONS}; do
+ ver_test "${v}" -ge 4.3.4 && return
+ done
+
+ ewarn "If you are new to BitCoin, please be aware that:"
+ ewarn "1. Cryptocurrencies are volatile. BTC has been subject to rapid"
+ ewarn " changes of value in the past."
+ ewarn "2. Cryptocurrency ownership is determined solely by the access to"
+ ewarn " the private key. If the key is lost or stolen, BTC are unrevocably"
+ ewarn " lost."
+ ewarn "3. Proof-of-work based cryptocurrencies have negative environmental"
+ ewarn " impact. BTC mining is consuming huge amounts of electricity."
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
next reply other threads:[~2023-05-11 17:58 UTC|newest]
Thread overview: 152+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 17:58 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 11:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ Michał Górny
2025-01-17 4:33 Michał Górny
2025-01-01 7:11 Michał Górny
2025-01-01 7:11 Michał Górny
2024-11-09 10:05 Michał Górny
2024-11-09 9:57 Arthur Zamarin
2024-10-23 6:16 Michał Górny
2024-10-22 14:49 Florian Schmaus
2024-10-21 17:33 Florian Schmaus
2024-10-16 4:54 Michał Górny
2024-06-15 9:46 Michał Górny
2024-06-15 8:50 Arthur Zamarin
2024-05-30 4:03 Michał Górny
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-17 19:29 Arthur Zamarin
2024-03-17 16:59 Michał Górny
2024-03-14 11:44 Michał Górny
2024-02-23 3:40 Michał Górny
2024-02-09 3:38 Michał Górny
2024-02-09 1:04 Sam James
2024-01-20 7:09 Michał Górny
2024-01-19 5:28 Michał Górny
2024-01-12 4:57 Michał Górny
2023-10-06 16:04 Sam James
2023-08-17 18:55 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-20 5:38 Michał Górny
2023-06-05 18:35 Michał Górny
2023-06-01 17:23 Michał Górny
2023-06-01 17:22 Arthur Zamarin
2023-06-01 4:07 Michał Górny
2023-05-09 15:53 Michał Górny
2023-05-05 5:21 Michał Górny
2023-04-27 17:24 Michał Górny
2023-04-19 6:16 Michał Górny
2023-04-09 6:08 Michał Górny
2023-04-08 18:47 Michał Górny
2023-04-08 17:37 Arthur Zamarin
2023-04-08 14:00 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-03 6:23 Michał Górny
2022-12-31 13:31 Michał Górny
2022-12-31 13:31 Michał Górny
2022-12-31 13:01 Sam James
2022-09-27 2:04 Michał Górny
2022-09-22 8:05 Jakov Smolić
2022-08-30 5:45 Michał Górny
2022-08-07 8:11 Michał Górny
2022-06-19 5:06 Michał Górny
2022-06-18 20:25 Sam James
2022-05-28 5:00 Michał Górny
2022-05-21 9:09 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 18:20 Sam James
2022-03-25 0:02 Michał Górny
2022-03-15 18:24 Michał Górny
2021-08-02 5:44 Michał Górny
2021-07-20 9:08 Michał Górny
2021-06-17 19:47 Michał Górny
2021-06-16 19:33 Michał Górny
2021-06-01 20:35 Michał Górny
2021-06-01 10:39 Sam James
2021-04-29 12:04 Michał Górny
2021-04-29 11:59 Michał Górny
2021-04-29 11:48 Michał Górny
2021-04-18 20:37 Michał Górny
2021-04-08 22:46 Michał Górny
2021-04-02 23:42 Michał Górny
2021-04-01 7:43 Michał Górny
2021-03-30 17:09 Thomas Deutschmann
2021-02-03 23:23 Michał Górny
2021-01-24 10:15 Michał Górny
2021-01-11 9:21 Michał Górny
2021-01-11 8:01 Sam James
2020-12-19 8:59 Michał Górny
2020-12-17 23:17 Michał Górny
2020-12-10 10:15 Michał Górny
2020-12-06 9:14 Michał Górny
2020-11-19 0:40 Michał Górny
2020-11-18 9:12 Michał Górny
2020-11-17 19:17 Agostino Sarubbo
2020-11-16 0:20 Michał Górny
2020-11-16 0:20 Michał Górny
2020-10-16 7:42 Michał Górny
2020-10-13 10:01 Agostino Sarubbo
2020-10-09 11:12 Agostino Sarubbo
2020-09-25 7:22 Michał Górny
2020-09-12 4:01 Michał Górny
2020-07-20 8:55 Michał Górny
2019-09-09 5:54 Agostino Sarubbo
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-08-01 18:21 Michał Górny
2019-07-31 14:32 Mikle Kolyada
2019-07-31 12:48 Michał Górny
2019-07-31 12:24 Michał Górny
2019-07-31 3:03 Michał Górny
2019-07-31 3:03 Michał Górny
2019-07-31 3:03 Michał Górny
2019-07-31 3:03 Michał Górny
2019-07-30 6:05 Michał Górny
2019-07-30 6:00 Michał Górny
2019-06-20 20:17 Anthony G. Basile
2019-06-17 13:15 Anthony G. Basile
2019-05-23 16:32 Anthony G. Basile
2019-05-23 16:30 Anthony G. Basile
2019-03-15 12:56 Anthony G. Basile
2019-01-30 23:20 Anthony G. Basile
2019-01-30 21:33 Anthony G. Basile
2019-01-30 20:54 Anthony G. Basile
2019-01-09 2:20 Anthony G. Basile
2018-06-30 10:04 Pacho Ramos
2018-06-24 9:49 Pacho Ramos
2018-04-30 15:58 Mike Gilbert
2018-04-03 21:34 Jonas Stein
2018-02-18 7:44 Anthony G. Basile
2018-01-26 21:48 Patrice Clement
2018-01-11 20:02 Anthony G. Basile
2018-01-11 20:02 Anthony G. Basile
2018-01-11 2:04 Anthony G. Basile
2018-01-11 2:04 Anthony G. Basile
2018-01-08 22:04 Ulrich Müller
2017-12-17 4:40 Anthony G. Basile
2017-12-17 4:07 Zac Medico
2017-09-21 21:06 Mike Gilbert
2017-08-17 1:29 Anthony G. Basile
2017-06-22 17:21 Anthony G. Basile
2017-03-26 22:11 Anthony G. Basile
2017-03-18 14:09 Anthony G. Basile
2017-03-12 15:35 Anthony G. Basile
2017-03-12 15:35 Anthony G. Basile
2017-03-11 14:20 Anthony G. Basile
2017-03-11 14:20 Anthony G. Basile
2017-01-06 20:45 Anthony G. Basile
2016-06-13 3:04 Mike Gilbert
2016-05-11 7:04 Anthony G. Basile
2016-05-10 21:43 Anthony G. Basile
2016-04-03 12:53 Ian Delaney
2016-01-04 7:30 Anthony G. Basile
2016-01-04 7:30 Anthony G. Basile
2016-01-04 7:30 Anthony G. Basile
2015-10-30 12:03 Justin Lecher
2015-10-24 11:04 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1683827888.546b252c7a169e512264291641aafb373d309751.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox