Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arduino-cli: update to 0.19.0.
@ 2021-09-11  2:19 Hnaguski
  2021-09-11  2:23 ` [PR PATCH] [Updated] " Hnaguski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hnaguski @ 2021-09-11  2:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hnaguski/void-packages arduino-cli
https://github.com/void-linux/void-packages/pull/32909

arduino-cli: update to 0.19.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32909.patch is attached

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

From 33ed9d084400359781e46f10e1b7859e52dae7b3 Mon Sep 17 00:00:00 2001
From: Henry Naguski <henry@nilsu.org>
Date: Fri, 10 Sep 2021 19:53:12 -0600
Subject: [PATCH] arduino-cli: update to 0.19.0.

---
 srcpkgs/arduino-cli/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index fc74084b6c3e..e451a64c8ae7 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -1,22 +1,17 @@
 # Template file for 'arduino-cli'
 pkgname=arduino-cli
-version=0.17.0
+version=0.19.0
 revision=1
 build_helper=qemu
 build_style=go
 go_import_path=github.com/arduino/arduino-cli
 go_ldflags="-X ${go_import_path}/version.versionString=${version}"
 short_desc="Arduino command line interface"
-maintainer="Jasper Chan <jasperchan515@gmail.com>"
+maintainer="Henry Naguski <henry@nilsu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arduino/arduino-cli"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=f54225edb7417be80d686ee7eb4eb281124ddccc13a34d761f12e790f265df9d
-
-case "$XBPS_TARGET_MACHINE" in
-	# the downloaded toolchains use glibc, this allows them to work on musl
-	*-musl) depends+=" gcompat" ;;
-esac
+checksum=2828bcfc113a45dd486e72968092967ce90dcd15aaaa5ca9b96863e8ec7dbc7f
 
 post_build() {
 	arduino_cli=$(find $GOPATH/bin -name arduino-cli)

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

* Re: [PR PATCH] [Updated] arduino-cli: update to 0.19.0.
  2021-09-11  2:19 [PR PATCH] arduino-cli: update to 0.19.0 Hnaguski
@ 2021-09-11  2:23 ` Hnaguski
  2021-09-11  2:24 ` Hnaguski
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Hnaguski @ 2021-09-11  2:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hnaguski/void-packages arduino-cli
https://github.com/void-linux/void-packages/pull/32909

arduino-cli: update to 0.19.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32909.patch is attached

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

From 33ed9d084400359781e46f10e1b7859e52dae7b3 Mon Sep 17 00:00:00 2001
From: Henry Naguski <henry@nilsu.org>
Date: Fri, 10 Sep 2021 19:53:12 -0600
Subject: [PATCH 1/2] arduino-cli: update to 0.19.0.

---
 srcpkgs/arduino-cli/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index fc74084b6c3e..e451a64c8ae7 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -1,22 +1,17 @@
 # Template file for 'arduino-cli'
 pkgname=arduino-cli
-version=0.17.0
+version=0.19.0
 revision=1
 build_helper=qemu
 build_style=go
 go_import_path=github.com/arduino/arduino-cli
 go_ldflags="-X ${go_import_path}/version.versionString=${version}"
 short_desc="Arduino command line interface"
-maintainer="Jasper Chan <jasperchan515@gmail.com>"
+maintainer="Henry Naguski <henry@nilsu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arduino/arduino-cli"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=f54225edb7417be80d686ee7eb4eb281124ddccc13a34d761f12e790f265df9d
-
-case "$XBPS_TARGET_MACHINE" in
-	# the downloaded toolchains use glibc, this allows them to work on musl
-	*-musl) depends+=" gcompat" ;;
-esac
+checksum=2828bcfc113a45dd486e72968092967ce90dcd15aaaa5ca9b96863e8ec7dbc7f
 
 post_build() {
 	arduino_cli=$(find $GOPATH/bin -name arduino-cli)

From e1535c0380c4c6a22341fdbba6fe6ee73e929b33 Mon Sep 17 00:00:00 2001
From: Henry Naguski <henry@nilsu.org>
Date: Fri, 10 Sep 2021 20:23:23 -0600
Subject: [PATCH 2/2] arduino-cli: update to 0.19.0.

---
 srcpkgs/arduino-cli/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index e451a64c8ae7..7ea7be8fca45 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -13,6 +13,11 @@ homepage="https://github.com/arduino/arduino-cli"
 distfiles="${homepage}/archive/${version}.tar.gz"
 checksum=2828bcfc113a45dd486e72968092967ce90dcd15aaaa5ca9b96863e8ec7dbc7f
 
+case "$XBPS_TARGET_MACHINE" in
+	# the downloaded toolchains use glibc, this allows them to work on musl
+	*-musl) depends+=" gcompat" ;;
+esac
+
 post_build() {
 	arduino_cli=$(find $GOPATH/bin -name arduino-cli)
 	vtargetrun $arduino_cli completion bash > arduino.bash

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

* Re: [PR PATCH] [Updated] arduino-cli: update to 0.19.0.
  2021-09-11  2:19 [PR PATCH] arduino-cli: update to 0.19.0 Hnaguski
  2021-09-11  2:23 ` [PR PATCH] [Updated] " Hnaguski
@ 2021-09-11  2:24 ` Hnaguski
  2021-09-11  8:46 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Hnaguski @ 2021-09-11  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hnaguski/void-packages arduino-cli
https://github.com/void-linux/void-packages/pull/32909

arduino-cli: update to 0.19.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32909.patch is attached

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

From 0d490fca1efe24397b73148a2966ced11886ef07 Mon Sep 17 00:00:00 2001
From: Henry Naguski <henry@nilsu.org>
Date: Fri, 10 Sep 2021 19:53:12 -0600
Subject: [PATCH] arduino-cli: update to 0.19.0.

---
 srcpkgs/arduino-cli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index fc74084b6c3e..7ea7be8fca45 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -1,17 +1,17 @@
 # Template file for 'arduino-cli'
 pkgname=arduino-cli
-version=0.17.0
+version=0.19.0
 revision=1
 build_helper=qemu
 build_style=go
 go_import_path=github.com/arduino/arduino-cli
 go_ldflags="-X ${go_import_path}/version.versionString=${version}"
 short_desc="Arduino command line interface"
-maintainer="Jasper Chan <jasperchan515@gmail.com>"
+maintainer="Henry Naguski <henry@nilsu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arduino/arduino-cli"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=f54225edb7417be80d686ee7eb4eb281124ddccc13a34d761f12e790f265df9d
+checksum=2828bcfc113a45dd486e72968092967ce90dcd15aaaa5ca9b96863e8ec7dbc7f
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

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

* Re: [PR REVIEW] arduino-cli: update to 0.19.0.
  2021-09-11  2:19 [PR PATCH] arduino-cli: update to 0.19.0 Hnaguski
  2021-09-11  2:23 ` [PR PATCH] [Updated] " Hnaguski
  2021-09-11  2:24 ` Hnaguski
@ 2021-09-11  8:46 ` paper42
  2021-09-11 20:50 ` [PR PATCH] [Updated] " Hnaguski
  2021-09-12 10:41 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-09-11  8:46 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32909#discussion_r706584797

Comment:
let's also remove $homepage from $distfiles when we are here

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

* Re: [PR PATCH] [Updated] arduino-cli: update to 0.19.0.
  2021-09-11  2:19 [PR PATCH] arduino-cli: update to 0.19.0 Hnaguski
                   ` (2 preceding siblings ...)
  2021-09-11  8:46 ` [PR REVIEW] " paper42
@ 2021-09-11 20:50 ` Hnaguski
  2021-09-12 10:41 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: Hnaguski @ 2021-09-11 20:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hnaguski/void-packages arduino-cli
https://github.com/void-linux/void-packages/pull/32909

arduino-cli: update to 0.19.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32909.patch is attached

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

From e818ded60e4c6e4d9e9e08a70fb8314170eef0de Mon Sep 17 00:00:00 2001
From: Henry Naguski <henry@nilsu.org>
Date: Fri, 10 Sep 2021 19:53:12 -0600
Subject: [PATCH] arduino-cli: update to 0.19.0.

---
 srcpkgs/arduino-cli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/arduino-cli/template b/srcpkgs/arduino-cli/template
index fc74084b6c3e..832daeaf2824 100644
--- a/srcpkgs/arduino-cli/template
+++ b/srcpkgs/arduino-cli/template
@@ -1,17 +1,17 @@
 # Template file for 'arduino-cli'
 pkgname=arduino-cli
-version=0.17.0
+version=0.19.0
 revision=1
 build_helper=qemu
 build_style=go
 go_import_path=github.com/arduino/arduino-cli
 go_ldflags="-X ${go_import_path}/version.versionString=${version}"
 short_desc="Arduino command line interface"
-maintainer="Jasper Chan <jasperchan515@gmail.com>"
+maintainer="Henry Naguski <henry@nilsu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arduino/arduino-cli"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=f54225edb7417be80d686ee7eb4eb281124ddccc13a34d761f12e790f265df9d
+distfiles="https://github.com/arduino/arduino-cli/archive/${version}.tar.gz"
+checksum=2828bcfc113a45dd486e72968092967ce90dcd15aaaa5ca9b96863e8ec7dbc7f
 
 case "$XBPS_TARGET_MACHINE" in
 	# the downloaded toolchains use glibc, this allows them to work on musl

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

* Re: [PR PATCH] [Merged]: arduino-cli: update to 0.19.0.
  2021-09-11  2:19 [PR PATCH] arduino-cli: update to 0.19.0 Hnaguski
                   ` (3 preceding siblings ...)
  2021-09-11 20:50 ` [PR PATCH] [Updated] " Hnaguski
@ 2021-09-12 10:41 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-09-12 10:41 UTC (permalink / raw)
  To: ml

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

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

arduino-cli: update to 0.19.0.
https://github.com/void-linux/void-packages/pull/32909

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 6+ messages in thread

end of thread, other threads:[~2021-09-12 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11  2:19 [PR PATCH] arduino-cli: update to 0.19.0 Hnaguski
2021-09-11  2:23 ` [PR PATCH] [Updated] " Hnaguski
2021-09-11  2:24 ` Hnaguski
2021-09-11  8:46 ` [PR REVIEW] " paper42
2021-09-11 20:50 ` [PR PATCH] [Updated] " Hnaguski
2021-09-12 10:41 ` [PR PATCH] [Merged]: " paper42

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).