mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
Merge pull request #6649 from Sir-Boops/electrum
electrum: Update to 2.8.3
This commit is contained in:
commit
ed895786a2
5 changed files with 65 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-electrum'
|
# Template file for 'electrum'
|
||||||
pkgname=electrum
|
pkgname=electrum
|
||||||
version=2.7.18
|
version=2.8.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -8,7 +8,8 @@ wrksrc="Electrum-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="electrum"
|
pycompile_module="electrum"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython python-jsonrpclib python-PyQt4"
|
depends="python-slowaes python-ecdsa python-pbkdf2 python-requests python-qrcode python-protobuf python-dnspython
|
||||||
|
python-jsonrpclib python-PyQt4 python-pyaes python-pysocks"
|
||||||
# Missing optional dependencies:
|
# Missing optional dependencies:
|
||||||
# python-zbar - QR Code scanning
|
# python-zbar - QR Code scanning
|
||||||
# python-btchip - BTChip hardware wallet support
|
# python-btchip - BTChip hardware wallet support
|
||||||
|
@ -19,7 +20,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
homepage="https://electrum.org/"
|
homepage="https://electrum.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
distfiles="https://download.electrum.org/${version}/Electrum-${version}.tar.gz"
|
||||||
checksum=4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1
|
checksum=c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE LICENSE
|
vlicense LICENCE LICENSE
|
||||||
|
|
29
srcpkgs/python-pyaes/template
Normal file
29
srcpkgs/python-pyaes/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'python-pyaes'
|
||||||
|
pkgname=python-pyaes
|
||||||
|
version=1.6.0
|
||||||
|
revision=1
|
||||||
|
wrksrc=pyaes-${version}
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
depends="python"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
short_desc="A pure Python2 implementation of the AES"
|
||||||
|
maintainer="Sir_Boops <admin@boops.me>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ricmoo/pyaes"
|
||||||
|
distfiles="https://github.com/ricmoo/pyaes/archive/v${version}.tar.gz"
|
||||||
|
checksum=69fb7517bcb8d834d521e31bca671456bd6de87cdf2c338171a48dedebbcf42e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-pyaes_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
29
srcpkgs/python-pysocks/template
Normal file
29
srcpkgs/python-pysocks/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'python-pysocks'
|
||||||
|
pkgname=python-pysocks
|
||||||
|
version=1.6.7
|
||||||
|
revision=1
|
||||||
|
wrksrc=PySocks-${version}
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
depends="python"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
short_desc="A Python2 SOCKS and HTTP proxy wrapper"
|
||||||
|
maintainer="Sir_Boops <admin@boops.me>"
|
||||||
|
license="Custom"
|
||||||
|
homepage="https://github.com/Anorov/PySocks"
|
||||||
|
distfiles="https://github.com/Anorov/PySocks/archive/${version}.tar.gz"
|
||||||
|
checksum=267b0bf77c947a6209e9a5d55827da5e080305b5e69ac36f4ae8046e0a357da1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-pysocks_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-pyaes
Symbolic link
1
srcpkgs/python3-pyaes
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pyaes
|
1
srcpkgs/python3-pysocks
Symbolic link
1
srcpkgs/python3-pysocks
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pysocks
|
Loading…
Add table
Reference in a new issue