Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-paho_mqtt-2.0.0
@ 2024-03-17 15:27 ahesford
  2024-03-17 15:31 ` [PR PATCH] [Updated] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ahesford @ 2024-03-17 15:27 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] New package: python3-paho_mqtt-2.0.0
  2024-03-17 15:27 [PR PATCH] New package: python3-paho_mqtt-2.0.0 ahesford
@ 2024-03-17 15:31 ` ahesford
  2024-03-17 22:03 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-03-17 15:31 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1288 bytes --]

From ec93a768b19aa2c7906f331881c09411b6a82760 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..0f543d01e9940f
--- /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
+}

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

* Re: [PR REVIEW] New package: python3-paho_mqtt-2.0.0
  2024-03-17 15:27 [PR PATCH] New package: python3-paho_mqtt-2.0.0 ahesford
  2024-03-17 15:31 ` [PR PATCH] [Updated] " ahesford
@ 2024-03-17 22:03 ` classabbyamp
  2024-03-17 23:19 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-03-17 22:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49334#discussion_r1527624053

Comment:
EPL-2.0 is [not custom](https://spdx.org/licenses/EPL-2.0.html)

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

* Re: [PR REVIEW] New package: python3-paho_mqtt-2.0.0
  2024-03-17 15:27 [PR PATCH] New package: python3-paho_mqtt-2.0.0 ahesford
  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
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-03-17 23:19 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/49334#discussion_r1527639362

Comment:
Thanks, I had misread "EPL" as "EDL".

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

* Re: [PR PATCH] [Updated] New package: python3-paho_mqtt-2.0.0
  2024-03-17 15:27 [PR PATCH] New package: python3-paho_mqtt-2.0.0 ahesford
                   ` (2 preceding siblings ...)
  2024-03-17 23:19 ` ahesford
@ 2024-03-17 23:20 ` ahesford
  2024-03-18 19:24 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-03-17 23:20 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1281 bytes --]

From dd6d793cc905b55aa7ecb84223b99dfc7b8b3297 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..22934b006df7a5
--- /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, 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
+}

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

* Re: [PR PATCH] [Merged]: New package: python3-paho_mqtt-2.0.0
  2024-03-17 15:27 [PR PATCH] New package: python3-paho_mqtt-2.0.0 ahesford
                   ` (3 preceding siblings ...)
  2024-03-17 23:20 ` [PR PATCH] [Updated] " ahesford
@ 2024-03-18 19:24 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-03-18 19:24 UTC (permalink / raw)
  To: ml

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

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

New package: python3-paho_mqtt-2.0.0
https://github.com/void-linux/void-packages/pull/49334

Description:
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**

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

end of thread, other threads:[~2024-03-18 19:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-17 15:27 [PR PATCH] New package: python3-paho_mqtt-2.0.0 ahesford
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

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