New package: python3-paho_mqtt-2.0.0
This commit is contained in:
21
srcpkgs/python3-paho_mqtt/template
Normal file
21
srcpkgs/python3-paho_mqtt/template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user