* [PR PATCH] Chirp: update to 20250117, add new dependency python3-lark
@ 2025-01-22 14:11 realcharmer
2025-04-23 2:08 ` github-actions
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: realcharmer @ 2025-01-22 14:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 461 bytes --]
There is a new pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages chirp
https://github.com/void-linux/void-packages/pull/54070
Chirp: update to 20250117, add new dependency python3-lark
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/54070.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-chirp-54070.patch --]
[-- Type: text/x-diff, Size: 2288 bytes --]
From bde09b25bdcaacdb733cef458c017df542779638 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 22 Jan 2025 15:08:59 +0100
Subject: [PATCH 1/2] New package: python3-lark
This module is now required by `chirp`.
---
srcpkgs/python3-lark/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-lark/template
diff --git a/srcpkgs/python3-lark/template b/srcpkgs/python3-lark/template
new file mode 100644
index 00000000000000..6d81d19aacb531
--- /dev/null
+++ b/srcpkgs/python3-lark/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-lark'
+pkgname=python3-lark
+version=1.2.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Modern general-purpose parsing library"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/lark-parser/lark"
+distfiles="${PYPI_SITE}/l/lark/lark-${version}.tar.gz"
+checksum=ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80
+
+post_install() {
+ vlicense LICENSE
+}
From ee676544585ad19bae114983921bc0cc0453e501 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 22 Jan 2025 15:10:00 +0100
Subject: [PATCH 2/2] chirp: update to 20250117
---
srcpkgs/chirp/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/chirp/template b/srcpkgs/chirp/template
index bcaf978d39670d..ca4a43582a6b61 100644
--- a/srcpkgs/chirp/template
+++ b/srcpkgs/chirp/template
@@ -1,14 +1,14 @@
# Template file for 'chirp'
pkgname=chirp
-version=20241025
-revision=2
+version=20250117
+revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-six wxPython python3-pyserial python3-requests
- python3-suds python3-yattag"
+ python3-suds python3-yattag python3-lark"
short_desc="Open-source tool for programming amateur radios"
maintainer="Emil Miler <em@0x45.cz>"
license="GPL-3.0-or-later"
homepage="https://chirpmyradio.com/projects/chirp/wiki/Home"
distfiles="https://archive.chirpmyradio.com/chirp_next/next-${version}/chirp-${version}.tar.gz"
-checksum=3e1812264a06a95833ed32a8c0ac83a7f93b8d94e58484390b8892fcdeae6024
+checksum=10c201e1f5275d6bab9a029f2040b340394df7010dd244725a726dc76a8eea23
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: Chirp: update to 20250117, add new dependency python3-lark
2025-01-22 14:11 [PR PATCH] Chirp: update to 20250117, add new dependency python3-lark realcharmer
@ 2025-04-23 2:08 ` github-actions
2025-04-30 7:42 ` [PR PATCH] [Updated] " realcharmer
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-04-23 2:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/54070#issuecomment-2822881191
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] Chirp: update to 20250117, add new dependency python3-lark
2025-01-22 14:11 [PR PATCH] Chirp: update to 20250117, add new dependency python3-lark realcharmer
2025-04-23 2:08 ` github-actions
@ 2025-04-30 7:42 ` realcharmer
2025-07-30 2:14 ` Chirp: update to 20250425, " github-actions
2025-08-14 2:14 ` [PR PATCH] [Closed]: " github-actions
3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2025-04-30 7:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 466 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages chirp
https://github.com/void-linux/void-packages/pull/54070
Chirp: update to 20250117, add new dependency python3-lark
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/54070.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-chirp-54070.patch --]
[-- Type: text/x-diff, Size: 2288 bytes --]
From 963c97dc0a3e9712367f44709c360dc6a81fa6a6 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 22 Jan 2025 15:08:59 +0100
Subject: [PATCH 1/2] New package: python3-lark
This module is now required by `chirp`.
---
srcpkgs/python3-lark/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-lark/template
diff --git a/srcpkgs/python3-lark/template b/srcpkgs/python3-lark/template
new file mode 100644
index 00000000000000..6d81d19aacb531
--- /dev/null
+++ b/srcpkgs/python3-lark/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-lark'
+pkgname=python3-lark
+version=1.2.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Modern general-purpose parsing library"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/lark-parser/lark"
+distfiles="${PYPI_SITE}/l/lark/lark-${version}.tar.gz"
+checksum=ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80
+
+post_install() {
+ vlicense LICENSE
+}
From 0114df711e8d45acc215da0ee58a7185e92504dc Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Wed, 22 Jan 2025 15:10:00 +0100
Subject: [PATCH 2/2] chirp: update to 20250425
---
srcpkgs/chirp/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/chirp/template b/srcpkgs/chirp/template
index bcaf978d39670d..f08f3b1eb41b91 100644
--- a/srcpkgs/chirp/template
+++ b/srcpkgs/chirp/template
@@ -1,14 +1,14 @@
# Template file for 'chirp'
pkgname=chirp
-version=20241025
-revision=2
+version=20250425
+revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-six wxPython python3-pyserial python3-requests
- python3-suds python3-yattag"
+ python3-suds python3-yattag python3-lark"
short_desc="Open-source tool for programming amateur radios"
maintainer="Emil Miler <em@0x45.cz>"
license="GPL-3.0-or-later"
homepage="https://chirpmyradio.com/projects/chirp/wiki/Home"
distfiles="https://archive.chirpmyradio.com/chirp_next/next-${version}/chirp-${version}.tar.gz"
-checksum=3e1812264a06a95833ed32a8c0ac83a7f93b8d94e58484390b8892fcdeae6024
+checksum=89630ffdd011a1503a2cfae185147a3f282350e902c917dd0a89ba37b613fced
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: Chirp: update to 20250425, add new dependency python3-lark
2025-01-22 14:11 [PR PATCH] Chirp: update to 20250117, add new dependency python3-lark realcharmer
2025-04-23 2:08 ` github-actions
2025-04-30 7:42 ` [PR PATCH] [Updated] " realcharmer
@ 2025-07-30 2:14 ` github-actions
2025-08-14 2:14 ` [PR PATCH] [Closed]: " github-actions
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-07-30 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/54070#issuecomment-3134649645
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: Chirp: update to 20250425, add new dependency python3-lark
2025-01-22 14:11 [PR PATCH] Chirp: update to 20250117, add new dependency python3-lark realcharmer
` (2 preceding siblings ...)
2025-07-30 2:14 ` Chirp: update to 20250425, " github-actions
@ 2025-08-14 2:14 ` github-actions
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-08-14 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 304 bytes --]
There's a closed pull request on the void-packages repository
Chirp: update to 20250425, add new dependency python3-lark
https://github.com/void-linux/void-packages/pull/54070
Description:
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-08-14 2:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 14:11 [PR PATCH] Chirp: update to 20250117, add new dependency python3-lark realcharmer
2025-04-23 2:08 ` github-actions
2025-04-30 7:42 ` [PR PATCH] [Updated] " realcharmer
2025-07-30 2:14 ` Chirp: update to 20250425, " github-actions
2025-08-14 2:14 ` [PR PATCH] [Closed]: " github-actions
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).