Github messages for voidlinux
 help / color / mirror / Atom feed
From: realcharmer <realcharmer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: chirp and dependencies
Date: Tue, 15 Aug 2023 10:19:35 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45610@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 987 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/45610

New package: chirp and dependencies
This PR adds CHIRP, utility for programming amateur radios, and needed python3 dependencies. This package has been requested and packaged in the past, but was rejected due to upstream not supporting python3 and was postponed until then. The software is now running well on python3.

Related: #14681, #9018, #12072

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From 6264c54009f37645382fae4223894bc3d948794e Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 15 Aug 2023 10:12:02 +0200
Subject: [PATCH 1/3] New package: python3-suds-1.1.2

---
 srcpkgs/python3-suds/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-suds/template

diff --git a/srcpkgs/python3-suds/template b/srcpkgs/python3-suds/template
new file mode 100644
index 0000000000000..41fa373d7fdd1
--- /dev/null
+++ b/srcpkgs/python3-suds/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-suds'
+pkgname=python3-suds
+version=1.1.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Lightweight SOAP-based web service client for Python"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0"
+homepage="https://github.com/suds-community/suds/"
+distfiles="${PYPI_SITE}/s/suds/suds-${version}.tar.gz"
+checksum=1d5cfa74117193b244a4233f246c483d9f41198b448c5f14a8bad11c4f649f2b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 6fe9a5e4e3d946c7559316c9f7c632d31d51382c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 15 Aug 2023 10:12:31 +0200
Subject: [PATCH 2/3] New package: python3-yattag-1.15.1

---
 srcpkgs/python3-yattag/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-yattag/template

diff --git a/srcpkgs/python3-yattag/template b/srcpkgs/python3-yattag/template
new file mode 100644
index 0000000000000..98de6665d3704
--- /dev/null
+++ b/srcpkgs/python3-yattag/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-yattag'
+pkgname=python3-yattag
+version=1.15.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Generate HTML or XML in a pythonic way"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-2.1"
+homepage="https://www.yattag.org/"
+distfiles="${PYPI_SITE}/y/yattag/yattag-${version}.tar.gz"
+checksum=960fa54be1229d96f43178133e0b195c003391fdc49ecdb6b69b7374db6be416
+
+post_install() {
+	vlicense license/lgpl-2.1.txt
+}

From 26c103ea992d42950a27d112d9f46b7bae660951 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 15 Aug 2023 10:15:20 +0200
Subject: [PATCH 3/3] New package: chirp-20230814

---
 srcpkgs/chirp/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/chirp/template

diff --git a/srcpkgs/chirp/template b/srcpkgs/chirp/template
new file mode 100644
index 0000000000000..18571a49a9c9d
--- /dev/null
+++ b/srcpkgs/chirp/template
@@ -0,0 +1,18 @@
+# Template file for 'chirp'
+pkgname=chirp
+version=20230814
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six wxPython4 python3-pyserial python3-future python3-requests
+ python3-suds python3-yattag"
+short_desc="Open-source tool for programming amateur radios"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://chirp.danplanet.com/projects/chirp/wiki/Home"
+distfiles="https://trac.chirp.danplanet.com/chirp_next/next-${version}/chirp-${version}.tar.gz"
+checksum=0e1e4726da8d7c360ea79948898f3aeb4221eecd22b546f69d51e47d24b7c599
+
+post_install() {
+	vlicense COPYING
+}

             reply	other threads:[~2023-08-15  8:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15  8:19 realcharmer [this message]
2023-08-15  8:29 ` [PR PATCH] [Updated] " realcharmer
2023-08-15  8:32 ` realcharmer
2023-08-15  8:39 ` realcharmer
2023-08-16  0:43 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45610@inbox.vuxu.org \
    --to=realcharmer@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).