mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
net-misc/electrum: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
c5a8f72118
commit
d301a914a3
@ -1,6 +1,2 @@
|
||||
DIST Electrum-4.5.8.tar.gz 13752500 BLAKE2B e8995e98c90dde3ae758df7e2a959d33c91ddddba5c950e24b3ca2d216f3aaa06e2186db02240f739ac76778affcc952671e7bde3e6bf86ff0f2f9a820e60ac6 SHA512 ccf45dc5e3a615d446e0714ddaa9ef74b96829bdf9a5236e18efff5f014ca18c48502a375ec98c9bc170f1db69e846b7015ca715b9cac8d77afde9f1939bc403
|
||||
DIST Electrum-4.5.8.tar.gz.asc 2499 BLAKE2B a2cd9a2ab2b071bd5fea37bc9aa8a42bae68671d850d762753955bb43be562e25a4d3bdefcd3d7c1840e5e19e16237d7516a110d759733f73c0d66a67f9703f5 SHA512 f15a7b68fa2039f75d99729a34c207f31181afeb865db7cf5b27b68f9a7a4054e9d7ea46bda39fa3441cc6d1c798ae0c797dfdf1c178d2121ba2aff3b434d09a
|
||||
DIST Electrum-4.6.0.tar.gz 14913072 BLAKE2B c651c9c0d70bf39ab26061bd953137882817e62089b089d1fbf3d56f60a0254175ce35886e573bbaa38abaeb1daee0d8d2ee566c72cc7b5d8b4e8ba242ab8a25 SHA512 be7b05831e8b9db9550ae684347305ac0605d983046fb91bdd65793b8c19800b902a4bbf09e146138ed4dca9a8a69a619c96ff663bf8344ff4529f7475793466
|
||||
DIST Electrum-4.6.0.tar.gz.asc 2727 BLAKE2B 779ad9ee0a64d981334d28680f27e4f35b9999d831a88361f36cb6ac0d40fc16421310c02e66ad511cf0e665c2336958aaf72504ccd4c6c85731187559e0c0cc SHA512 2b968d030075513b986b43c5dbb275c70a8be5e4e3e6583dc61ad25c4b1f64739909f5c3fda32172f4c8888ea1df8d0d806f43b0f3962af32225bea8af64a192
|
||||
DIST Electrum-4.6.2.tar.gz 15020844 BLAKE2B 1a83f329167510670f4c01e097a6834fb417bf6967dd1a698af9d4c8053d8318ae2a649137420c88f8baaaecb065723c7bf5ba9f6a07e59825e50cb0ad19239f SHA512 890c1fae4cd2da5f1fea3f07c1c6b537f9557177b86e23c40333ec83743ed46182ec74e43a27416a3eaa9704d87d0a1702d0a789b23467bcc68a17d638b43655
|
||||
DIST Electrum-4.6.2.tar.gz.asc 2727 BLAKE2B 3f5e96a5516a5586e52ba767d2c08bf7aea5c99fdfce8f5082b8892617ee069395aa6d027359e9ff5ccb99c4a05ca805bdc6f2145523d23c4e2ea991b3e93430 SHA512 f8ca79a9ed785b939b832c0125edab8d6f00a8dbb79910bf3efd3c9a3b788e7be10dfa672730d54c3c805c1e83bd63f4584e20b6df2fa565a8984894e7d08166
|
||||
|
||||
@ -1,126 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_REQ_USE="ncurses?"
|
||||
|
||||
inherit distutils-r1 eapi9-ver verify-sig xdg-utils
|
||||
|
||||
MY_P=${P^}
|
||||
DESCRIPTION="User friendly Bitcoin client"
|
||||
HOMEPAGE="
|
||||
https://electrum.org/
|
||||
https://github.com/spesmilo/electrum/
|
||||
"
|
||||
SRC_URI="
|
||||
https://download.electrum.org/${PV}/${MY_P}.tar.gz
|
||||
verify-sig? (
|
||||
https://download.electrum.org/${PV}/${MY_P}.tar.gz.asc
|
||||
)
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="cli ncurses qrcode +qt5"
|
||||
REQUIRED_USE="|| ( cli ncurses qt5 )"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
<dev-libs/libsecp256k1-0.6
|
||||
>=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}]
|
||||
=dev-python/aiorpcx-0.23*[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]
|
||||
dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
>=dev-python/dnspython-2[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpatch[${PYTHON_USEDEP}]
|
||||
dev-python/pbkdf2[${PYTHON_USEDEP}]
|
||||
dev-python/pyperclip[${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-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}]
|
||||
)
|
||||
verify-sig? (
|
||||
sec-keys/openpgp-keys-electrum
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_IGNORE=(
|
||||
# test for qml/PyQt6 GUI that doesn't work anyway
|
||||
tests/test_qml_types.py
|
||||
)
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/electrum.asc
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# remove bundled dependencies
|
||||
rm -r packages || die
|
||||
|
||||
# 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
|
||||
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc RELEASE-NOTES
|
||||
distutils-r1_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
|
||||
ver_replacing -ge 4.3.4 && return
|
||||
|
||||
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
|
||||
}
|
||||
@ -1,126 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_REQ_USE="ncurses?"
|
||||
|
||||
inherit distutils-r1 eapi9-ver verify-sig xdg-utils
|
||||
|
||||
MY_P=${P^}
|
||||
DESCRIPTION="User friendly Bitcoin client"
|
||||
HOMEPAGE="
|
||||
https://electrum.org/
|
||||
https://github.com/spesmilo/electrum/
|
||||
"
|
||||
SRC_URI="
|
||||
https://download.electrum.org/${PV}/${MY_P}.tar.gz
|
||||
verify-sig? (
|
||||
https://download.electrum.org/${PV}/${MY_P}.tar.gz.asc
|
||||
)
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="cli ncurses qrcode +qt6"
|
||||
REQUIRED_USE="|| ( cli ncurses qt6 )"
|
||||
|
||||
# setuptools (distutils) & pyperclip vendored
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=dev-python/aiohttp-3.11.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}]
|
||||
=dev-python/aiorpcx-0.25*[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]
|
||||
dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
>=dev-python/dnspython-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/electrum-ecc-0.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/electrum-aionostr-0.0.11[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpatch[${PYTHON_USEDEP}]
|
||||
dev-python/pbkdf2[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-3.20[${PYTHON_USEDEP}]
|
||||
dev-python/pyperclip[${PYTHON_USEDEP}]
|
||||
dev-python/qrcode[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
qrcode? ( media-gfx/zbar[v4l] )
|
||||
qt6? (
|
||||
dev-python/pyqt6[gui,widgets,${PYTHON_USEDEP}]
|
||||
)
|
||||
ncurses? ( $(python_gen_impl_dep 'ncurses') )
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pyaes[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
)
|
||||
verify-sig? (
|
||||
sec-keys/openpgp-keys-electrum
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/electrum.asc
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# remove bundled dependencies
|
||||
rm -r electrum/_vendor packages || die
|
||||
find -name '*.py' -exec \
|
||||
sed -i -e 's:\(electrum\)\?[.]_vendor[.]::' {} + || die
|
||||
|
||||
# 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 qt6; 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
|
||||
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc RELEASE-NOTES
|
||||
distutils-r1_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
|
||||
ver_replacing -ge 4.3.4 && return
|
||||
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user