New package: python3-paho_mqtt-2.0.0

This commit is contained in:
Andrew J. Hesford 2024-03-17 10:39:24 -04:00
parent 4a0c01cf03
commit 3c85ccc9d8

View file

@ -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
}