Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: python3-paho_mqtt-2.0.0
Date: Sun, 17 Mar 2024 16:27:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49334@inbox.vuxu.org> (raw)

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

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

https://github.com/ahesford/void-packages paho
https://github.com/void-linux/void-packages/pull/49334

New package: python3-paho_mqtt-2.0.0
Still kind of exploring this, but might actually start using it for real work and, if so, will want to make it available. It seems like this is the most popular MQTT client for Python.

The name `paho.mqtt.python` is horrible, leaving me with choices like `python3-paho.mqtt` or `python3-paho.mqtt.python`, so I opted for the PyPI name and settled on `python3-paho_mqtt` instead.

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

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

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

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

From f58aadc60c2c8cd29eda2d758dd40aef0ac24c72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sun, 17 Mar 2024 10:39:24 -0400
Subject: [PATCH] New package: python3-paho_mqtt-2.0.0

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

diff --git a/srcpkgs/python3-paho_mqtt/template b/srcpkgs/python3-paho_mqtt/template
new file mode 100644
index 00000000000000..a598fce5799069
--- /dev/null
+++ b/srcpkgs/python3-paho_mqtt/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-paho_mqtt"
+pkgname=python3-paho_mqtt
+version=2.0.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
+depends="python3"
+short_desc="Eclipse Paho MQTT python client"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="custom:EDL-1.0, custom:EPL-2.0" 
+homepage="https://eclipse.dev/paho/"
+changelog="https://raw.githubusercontent.com/eclipse/paho.mqtt.python/master/ChangeLog.txt"
+distfiles="${PYPI_SITE}/p/paho_mqtt/paho_mqtt-${version}.tar.gz"
+checksum=13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947
+# Most useful checks require a listening broker
+make_check=no
+
+post_install() {
+	vlicense edl-v10
+	vlicense epl-v20
+}

             reply	other threads:[~2024-03-17 15:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 15:27 ahesford [this message]
2024-03-17 15:31 ` [PR PATCH] [Updated] " ahesford
2024-03-17 22:03 ` [PR REVIEW] " classabbyamp
2024-03-17 23:19 ` ahesford
2024-03-17 23:20 ` [PR PATCH] [Updated] " ahesford
2024-03-18 19:24 ` [PR PATCH] [Merged]: " ahesford

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-49334@inbox.vuxu.org \
    --to=ahesford@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).