22 lines
679 B
Bash
22 lines
679 B
Bash
# Template file for 'python3-paho_mqtt'
|
|
pkgname=python3-paho_mqtt
|
|
version=2.1.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=12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834
|
|
# Most useful checks require a listening broker
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense edl-v10
|
|
vlicense epl-v20
|
|
}
|