2023-08-27 09:06:26 +00:00

56 lines
1.3 KiB
Plaintext

# Maintainer: Michał Adamski <michal@ert.pl>
pkgname=electrum
pkgver=4.4.6
pkgrel=0
pkgdesc="Lightweight Bitcoin Wallet"
url="https://electrum.org/"
arch="noarch"
license="MIT"
depends="
libsecp256k1
py3-aiohttp
py3-aiohttp-socks
py3-aiorpcx
py3-attrs
py3-bitstring
py3-certifi
py3-dnspython
py3-ecdsa
py3-protobuf
py3-pycryptodomex
py3-qrcode
"
makedepends="
py3-gpep517
py3-setuptools
py3-wheel
"
checkdepends="py3-pytest-xdist py3-cryptography py3-pyaes"
subpackages="$pkgname-pyc"
source="
electrum-$pkgver.tar.gz::https://github.com/spesmilo/electrum/archive/refs/tags/$pkgver.tar.gz
0001-apk-add-instead-of-apt-get-install.patch
"
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv
.testenv/bin/python3 -m installer .dist/*.whl
.testenv/bin/python3 -m pytest -n auto electrum/tests
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="
e643a7119a8746d0f9ae02888bcdcf5ab4216ea19483113cf270b2cf23c8c615f0013a2aaf2c5f488655bf52cd190ab76761fa54f4b851039bc7add0c05ad320 electrum-4.4.6.tar.gz
1ac73ac652d402e0ca9b59c021dc54bf728ffab1af12997d859884cdd1b092b745640e31684f2bd01a345af9c320ebc29a90e83ebf799c3eec13b52e6e119c5a 0001-apk-add-instead-of-apt-get-install.patch
"