mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
python-paho-mqtt: update to 2.1.0
Update package to 2.1.0. This is a major version bump with API changes including new callback signatures. Add PYPI_SOURCE_NAME since PyPI switched sdist filename to use underscores (paho_mqtt-2.1.0.tar.gz). Add PKG_BUILD_DEPENDS for python-hatchling since upstream switched build backend from setuptools to hatchling. Add test.sh to verify basic client functionality. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
e05e7ab598
commit
3e548ca574
@@ -5,15 +5,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-paho-mqtt
|
||||
PKG_VERSION:=1.6.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=EPL-2.0 Eclipse Distribution License v1.0
|
||||
PKG_LICENSE_FILES:=epl-v20 edl-v10 LICENSE.txt
|
||||
|
||||
PYPI_NAME:=paho-mqtt
|
||||
PKG_HASH:=2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f
|
||||
PYPI_SOURCE_NAME:=paho_mqtt
|
||||
PKG_HASH:=12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-hatchling/host
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -25,7 +28,7 @@ define Package/python3-paho-mqtt
|
||||
SUBMENU:=Python
|
||||
TITLE:=MQTT version 5.0/3.1.1 client class
|
||||
URL:=http://eclipse.org/paho
|
||||
DEPENDS:=+python3-light +python3-uuid
|
||||
DEPENDS:=+python3-light +python3-uuid +python3-logging +python3-urllib
|
||||
endef
|
||||
|
||||
define Package/python3-paho-mqtt/description
|
||||
|
||||
Reference in New Issue
Block a user