From ec93a768b19aa2c7906f331881c09411b6a82760 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" 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 " +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 +}