mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-paho_mqtt-2.0.0
This commit is contained in:
parent
4a0c01cf03
commit
3c85ccc9d8
1 changed files with 21 additions and 0 deletions
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue