Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: electrum-grs-4.2.0
@ 2022-04-17  8:39 gruve-p
  2022-04-17 10:22 ` [PR PATCH] [Updated] " gruve-p
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: gruve-p @ 2022-04-17  8:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]

There is a new pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 2216 bytes --]

From 0d5a4126e7387f909f7a83e72dc7ff2242eda958 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/INSTALL.msg |  3 +++
 srcpkgs/electrum-grs/template    | 29 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/INSTALL.msg
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
new file mode 100644
index 000000000000..9ba377487dac
--- /dev/null
+++ b/srcpkgs/electrum-grs/INSTALL.msg
@@ -0,0 +1,3 @@
+Some optional packages must be installed for additional functionality:
+
+- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..f800a5ef8f85
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,29 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+# Optional dependencies:
+#  btchip - BTChip hardware wallet support
+#  trezor - TREZOR hardware wallet support
+#  keepkey - KeepKey hardware wallet support
+#  qdarkstyle - Dark theme
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/releases/download/v${version}/Electrum-grs-${version}.tar.gz"
+checksum=196de3e79e785a32acf54ebfe38f9ba74e615248d0b68a1a26533526ff8e48db
+
+post_install() {
+	sed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
@ 2022-04-17 10:22 ` gruve-p
  2022-04-17 10:23 ` gruve-p
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-17 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 3313 bytes --]

From 0d5a4126e7387f909f7a83e72dc7ff2242eda958 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH 1/2] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/INSTALL.msg |  3 +++
 srcpkgs/electrum-grs/template    | 29 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/INSTALL.msg
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
new file mode 100644
index 000000000000..9ba377487dac
--- /dev/null
+++ b/srcpkgs/electrum-grs/INSTALL.msg
@@ -0,0 +1,3 @@
+Some optional packages must be installed for additional functionality:
+
+- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..f800a5ef8f85
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,29 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+# Optional dependencies:
+#  btchip - BTChip hardware wallet support
+#  trezor - TREZOR hardware wallet support
+#  keepkey - KeepKey hardware wallet support
+#  qdarkstyle - Dark theme
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/releases/download/v${version}/Electrum-grs-${version}.tar.gz"
+checksum=196de3e79e785a32acf54ebfe38f9ba74e615248d0b68a1a26533526ff8e48db
+
+post_install() {
+	sed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

From fe82b41102b29e006ab48751e5f899763b913df7 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 12:22:32 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/electrum-grs/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
index f800a5ef8f85..97eeb5fd7378 100644
--- a/srcpkgs/electrum-grs/template
+++ b/srcpkgs/electrum-grs/template
@@ -2,6 +2,7 @@
 pkgname=electrum-grs
 version=4.2.0
 revision=1
+create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
@@ -22,7 +23,7 @@ distfiles="https://github.com/Groestlcoin/electrum-grs/releases/download/v${vers
 checksum=196de3e79e785a32acf54ebfe38f9ba74e615248d0b68a1a26533526ff8e48db
 
 post_install() {
-	sed -i -e 's|electrum-grs %u|electrum-grs|' \
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
 		-e 's|testnet %u|testnet|' \
 		${DESTDIR}/usr/share/applications/electrum-grs.desktop
 	vlicense LICENCE

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
  2022-04-17 10:22 ` [PR PATCH] [Updated] " gruve-p
@ 2022-04-17 10:23 ` gruve-p
  2022-04-17 17:42 ` gruve-p
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-17 10:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 2237 bytes --]

From 66229fe3d513d394584c9b498c624ded74097d3f Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/INSTALL.msg |  3 +++
 srcpkgs/electrum-grs/template    | 30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/INSTALL.msg
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
new file mode 100644
index 000000000000..9ba377487dac
--- /dev/null
+++ b/srcpkgs/electrum-grs/INSTALL.msg
@@ -0,0 +1,3 @@
+Some optional packages must be installed for additional functionality:
+
+- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..97eeb5fd7378
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,30 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+# Optional dependencies:
+#  btchip - BTChip hardware wallet support
+#  trezor - TREZOR hardware wallet support
+#  keepkey - KeepKey hardware wallet support
+#  qdarkstyle - Dark theme
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/releases/download/v${version}/Electrum-grs-${version}.tar.gz"
+checksum=196de3e79e785a32acf54ebfe38f9ba74e615248d0b68a1a26533526ff8e48db
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
  2022-04-17 10:22 ` [PR PATCH] [Updated] " gruve-p
  2022-04-17 10:23 ` gruve-p
@ 2022-04-17 17:42 ` gruve-p
  2022-04-17 17:42 ` gruve-p
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-17 17:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 3334 bytes --]

From 66229fe3d513d394584c9b498c624ded74097d3f Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH 1/2] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/INSTALL.msg |  3 +++
 srcpkgs/electrum-grs/template    | 30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/INSTALL.msg
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
new file mode 100644
index 000000000000..9ba377487dac
--- /dev/null
+++ b/srcpkgs/electrum-grs/INSTALL.msg
@@ -0,0 +1,3 @@
+Some optional packages must be installed for additional functionality:
+
+- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..97eeb5fd7378
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,30 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+# Optional dependencies:
+#  btchip - BTChip hardware wallet support
+#  trezor - TREZOR hardware wallet support
+#  keepkey - KeepKey hardware wallet support
+#  qdarkstyle - Dark theme
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/releases/download/v${version}/Electrum-grs-${version}.tar.gz"
+checksum=196de3e79e785a32acf54ebfe38f9ba74e615248d0b68a1a26533526ff8e48db
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

From 4c744acb29e9495c3daa103e1fbed56bf74f531e Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 19:41:59 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/electrum-grs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
index 97eeb5fd7378..a60a4a968493 100644
--- a/srcpkgs/electrum-grs/template
+++ b/srcpkgs/electrum-grs/template
@@ -19,8 +19,8 @@ short_desc="Lightweight Groestlcoin wallet"
 maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
 license="MIT"
 homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
-distfiles="https://github.com/Groestlcoin/electrum-grs/releases/download/v${version}/Electrum-grs-${version}.tar.gz"
-checksum=196de3e79e785a32acf54ebfe38f9ba74e615248d0b68a1a26533526ff8e48db
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
 
 post_install() {
 	vsed -i -e 's|electrum-grs %u|electrum-grs|' \

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (2 preceding siblings ...)
  2022-04-17 17:42 ` gruve-p
@ 2022-04-17 17:42 ` gruve-p
  2022-04-19 10:32 ` gruve-p
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-17 17:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 2213 bytes --]

From 9b7256b33f1d07c3077c83cef224dfac77e262d5 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/INSTALL.msg |  3 +++
 srcpkgs/electrum-grs/template    | 30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/INSTALL.msg
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
new file mode 100644
index 000000000000..9ba377487dac
--- /dev/null
+++ b/srcpkgs/electrum-grs/INSTALL.msg
@@ -0,0 +1,3 @@
+Some optional packages must be installed for additional functionality:
+
+- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..a60a4a968493
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,30 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+# Optional dependencies:
+#  btchip - BTChip hardware wallet support
+#  trezor - TREZOR hardware wallet support
+#  keepkey - KeepKey hardware wallet support
+#  qdarkstyle - Dark theme
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (3 preceding siblings ...)
  2022-04-17 17:42 ` gruve-p
@ 2022-04-19 10:32 ` gruve-p
  2022-04-19 10:33 ` gruve-p
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 10:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by gruve-p on void-packages repository

https://github.com/void-linux/void-packages/pull/36732#issuecomment-1102483439

Comment:
@paper42 Can you approve the workflow so I can check if the builds work?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (4 preceding siblings ...)
  2022-04-19 10:32 ` gruve-p
@ 2022-04-19 10:33 ` gruve-p
  2022-04-19 16:27 ` [PR PATCH] [Updated] " gruve-p
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 10:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

New comment by gruve-p on void-packages repository

https://github.com/void-linux/void-packages/pull/36732#issuecomment-1102483439

Comment:
@paper42 Can you approve the workflow so I can check if the builds work and the tests are passing?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (5 preceding siblings ...)
  2022-04-19 10:33 ` gruve-p
@ 2022-04-19 16:27 ` gruve-p
  2022-04-19 16:27 ` gruve-p
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 3895 bytes --]

From 9b7256b33f1d07c3077c83cef224dfac77e262d5 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH 1/2] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/INSTALL.msg |  3 +++
 srcpkgs/electrum-grs/template    | 30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/INSTALL.msg
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
new file mode 100644
index 000000000000..9ba377487dac
--- /dev/null
+++ b/srcpkgs/electrum-grs/INSTALL.msg
@@ -0,0 +1,3 @@
+Some optional packages must be installed for additional functionality:
+
+- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..a60a4a968493
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,30 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+# Optional dependencies:
+#  btchip - BTChip hardware wallet support
+#  trezor - TREZOR hardware wallet support
+#  keepkey - KeepKey hardware wallet support
+#  qdarkstyle - Dark theme
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

From 280f6f06de940172584fa7e05170b18a50c01b3e Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Tue, 19 Apr 2022 18:27:33 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/electrum-grs/INSTALL.msg | 3 ---
 srcpkgs/electrum-grs/template    | 6 ------
 2 files changed, 9 deletions(-)
 delete mode 100644 srcpkgs/electrum-grs/INSTALL.msg

diff --git a/srcpkgs/electrum-grs/INSTALL.msg b/srcpkgs/electrum-grs/INSTALL.msg
deleted file mode 100644
index 9ba377487dac..000000000000
--- a/srcpkgs/electrum-grs/INSTALL.msg
+++ /dev/null
@@ -1,3 +0,0 @@
-Some optional packages must be installed for additional functionality:
-
-- python3-matplotlib: plot transaction history in graphical mode
diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
index a60a4a968493..023669c8d344 100644
--- a/srcpkgs/electrum-grs/template
+++ b/srcpkgs/electrum-grs/template
@@ -2,7 +2,6 @@
 pkgname=electrum-grs
 version=4.2.0
 revision=1
-create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
@@ -10,11 +9,6 @@ depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
  python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
  python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
  python3-certifi"
-# Optional dependencies:
-#  btchip - BTChip hardware wallet support
-#  trezor - TREZOR hardware wallet support
-#  keepkey - KeepKey hardware wallet support
-#  qdarkstyle - Dark theme
 short_desc="Lightweight Groestlcoin wallet"
 maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
 license="MIT"

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (6 preceding siblings ...)
  2022-04-19 16:27 ` [PR PATCH] [Updated] " gruve-p
@ 2022-04-19 16:27 ` gruve-p
  2022-04-19 16:28 ` gruve-p
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 1556 bytes --]

From f0b51511fc5f8e96c9d48d951e9436776f4f0eb8 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..023669c8d344
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,24 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (7 preceding siblings ...)
  2022-04-19 16:27 ` gruve-p
@ 2022-04-19 16:28 ` gruve-p
  2022-04-19 16:30 ` gruve-p
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 16:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

New comment by gruve-p on void-packages repository

https://github.com/void-linux/void-packages/pull/36732#issuecomment-1102483439

Comment:
@paper42 Can you approve the workflow so I can check if the builds work and the tests are passing?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (8 preceding siblings ...)
  2022-04-19 16:28 ` gruve-p
@ 2022-04-19 16:30 ` gruve-p
  2022-04-19 17:11 ` gruve-p
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 16:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by gruve-p on void-packages repository

https://github.com/void-linux/void-packages/pull/36732#issuecomment-1102854111

Comment:
@paper42 Can you approve the workflow again?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (9 preceding siblings ...)
  2022-04-19 16:30 ` gruve-p
@ 2022-04-19 17:11 ` gruve-p
  2022-04-19 17:13 ` [PR PATCH] [Updated] " gruve-p
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 17:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by gruve-p on void-packages repository

https://github.com/void-linux/void-packages/pull/36732#issuecomment-1102854111

Comment:
@paper42 Can you approve the workflow again?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (10 preceding siblings ...)
  2022-04-19 17:11 ` gruve-p
@ 2022-04-19 17:13 ` gruve-p
  2022-04-19 17:13 ` gruve-p
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 17:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 2396 bytes --]

From f0b51511fc5f8e96c9d48d951e9436776f4f0eb8 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH 1/2] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..023669c8d344
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,24 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

From 1aab1b6f48fb5088a4cebb217a6ef25cf31e1d7a Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Tue, 19 Apr 2022 19:13:32 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/electrum-grs/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
index 023669c8d344..cc143cde4f4e 100644
--- a/srcpkgs/electrum-grs/template
+++ b/srcpkgs/electrum-grs/template
@@ -9,6 +9,7 @@ depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
  python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
  python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
  python3-certifi"
+checkdepends="$depends python3-pytest"
 short_desc="Lightweight Groestlcoin wallet"
 maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
 license="MIT"

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (11 preceding siblings ...)
  2022-04-19 17:13 ` [PR PATCH] [Updated] " gruve-p
@ 2022-04-19 17:13 ` gruve-p
  2022-04-19 17:41 ` gruve-p
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 17:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 1597 bytes --]

From 6906f27b74968e979aca8b52f5e83d3b25849501 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..cc143cde4f4e
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,25 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+checkdepends="$depends python3-pytest"
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (12 preceding siblings ...)
  2022-04-19 17:13 ` gruve-p
@ 2022-04-19 17:41 ` gruve-p
  2022-04-19 17:41 ` gruve-p
  2022-04-19 18:41 ` [PR PATCH] [Closed]: " gruve-p
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 17:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 2478 bytes --]

From 6906f27b74968e979aca8b52f5e83d3b25849501 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH 1/2] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..cc143cde4f4e
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,25 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+checkdepends="$depends python3-pytest"
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

From 308051c14920964fad1da19c3ec2efafa455bf10 Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Tue, 19 Apr 2022 19:40:56 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/electrum-grs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
index cc143cde4f4e..80e21fb5257b 100644
--- a/srcpkgs/electrum-grs/template
+++ b/srcpkgs/electrum-grs/template
@@ -9,7 +9,7 @@ depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
  python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
  python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
  python3-certifi"
-checkdepends="$depends python3-pytest"
+checkdepends="$depends"
 short_desc="Lightweight Groestlcoin wallet"
 maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
 license="MIT"

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (13 preceding siblings ...)
  2022-04-19 17:41 ` gruve-p
@ 2022-04-19 17:41 ` gruve-p
  2022-04-19 18:41 ` [PR PATCH] [Closed]: " gruve-p
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 17:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by gruve-p against master on the void-packages repository

https://github.com/Groestlcoin/void-packages master
https://github.com/void-linux/void-packages/pull/36732

New package: electrum-grs-4.2.0
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/36732.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-36732.patch --]
[-- Type: text/x-diff, Size: 1582 bytes --]

From 693653348730fd31f240584266a39fb239fd07da Mon Sep 17 00:00:00 2001
From: gruve-p <groestlcoin@gmail.com>
Date: Sun, 17 Apr 2022 10:37:10 +0200
Subject: [PATCH] New package: electrum-grs-4.2.0

---
 srcpkgs/electrum-grs/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/electrum-grs/template

diff --git a/srcpkgs/electrum-grs/template b/srcpkgs/electrum-grs/template
new file mode 100644
index 000000000000..80e21fb5257b
--- /dev/null
+++ b/srcpkgs/electrum-grs/template
@@ -0,0 +1,25 @@
+# Template file for 'electrum-grs'
+pkgname=electrum-grs
+version=4.2.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
+depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx
+ python3-bitstring python3-dnspython python3-ecdsa python3-jsonrpclib
+ python3-protobuf python3-pyaes python3-pycryptodomex python3-PyQt5
+ python3-qrcode python3-socks python3-cryptography libbitcoin-secp256k1
+ python3-certifi"
+checkdepends="$depends"
+short_desc="Lightweight Groestlcoin wallet"
+maintainer="Groestlcoin developers <groestlcoin@gmail.com>"
+license="MIT"
+homepage="https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
+distfiles="https://github.com/Groestlcoin/electrum-grs/archive/refs/tags/v${version}.tar.gz"
+checksum=71838f3a7aa16f22ed27af7fde687d62d0275d7abb1e24fe3b26966c39d9fa8e
+
+post_install() {
+	vsed -i -e 's|electrum-grs %u|electrum-grs|' \
+		-e 's|testnet %u|testnet|' \
+		${DESTDIR}/usr/share/applications/electrum-grs.desktop
+	vlicense LICENCE
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Closed]: New package: electrum-grs-4.2.0
  2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
                   ` (14 preceding siblings ...)
  2022-04-19 17:41 ` gruve-p
@ 2022-04-19 18:41 ` gruve-p
  15 siblings, 0 replies; 17+ messages in thread
From: gruve-p @ 2022-04-19 18:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

There's a closed pull request on the void-packages repository

New package: electrum-grs-4.2.0
https://github.com/void-linux/void-packages/pull/36732

Description:
#### Testing the changes
- I tested the changes in this PR: **no**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-04-19 18:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17  8:39 [PR PATCH] New package: electrum-grs-4.2.0 gruve-p
2022-04-17 10:22 ` [PR PATCH] [Updated] " gruve-p
2022-04-17 10:23 ` gruve-p
2022-04-17 17:42 ` gruve-p
2022-04-17 17:42 ` gruve-p
2022-04-19 10:32 ` gruve-p
2022-04-19 10:33 ` gruve-p
2022-04-19 16:27 ` [PR PATCH] [Updated] " gruve-p
2022-04-19 16:27 ` gruve-p
2022-04-19 16:28 ` gruve-p
2022-04-19 16:30 ` gruve-p
2022-04-19 17:11 ` gruve-p
2022-04-19 17:13 ` [PR PATCH] [Updated] " gruve-p
2022-04-19 17:13 ` gruve-p
2022-04-19 17:41 ` gruve-p
2022-04-19 17:41 ` gruve-p
2022-04-19 18:41 ` [PR PATCH] [Closed]: " gruve-p

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).