You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.0 KiB

  1. # This is free software, licensed under the GNU General Public License v2.
  2. # See /LICENSE for more information.
  3. #
  4. include $(TOPDIR)/rules.mk
  5. PKG_NAME:=python-paho-mqtt
  6. PKG_VERSION:=1.6.1
  7. PKG_RELEASE:=$(AUTORELEASE)
  8. PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
  9. PKG_LICENSE:=EPL-1.0 Eclipse Distribution License v1.0
  10. PKG_LICENSE_FILES:=epl-v10 edl-v10
  11. PYPI_NAME:=paho-mqtt
  12. PKG_HASH:=2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f
  13. include ../pypi.mk
  14. include $(INCLUDE_DIR)/package.mk
  15. include ../python3-package.mk
  16. define Package/python3-paho-mqtt
  17. SECTION:=lang
  18. CATEGORY:=Languages
  19. SUBMENU:=Python
  20. TITLE:=MQTT version 5.0/3.1.1 client class
  21. URL:=http://eclipse.org/paho
  22. DEPENDS:=+python3-light +python3-uuid
  23. endef
  24. define Package/python3-paho-mqtt/description
  25. MQTT version 3.1/3.1.1/5.0 client class
  26. endef
  27. $(eval $(call Py3Package,python3-paho-mqtt))
  28. $(eval $(call BuildPackage,python3-paho-mqtt))
  29. $(eval $(call BuildPackage,python3-paho-mqtt-src))