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.

36 lines
999 B

  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.4.0
  7. PKG_RELEASE:=1
  8. PKG_LICENSE:=Eclipse Public License v1.0 / Eclipse Distribution License v1.0
  9. PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
  10. PYPI_NAME:=paho-mqtt
  11. PKG_HASH:=e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79
  12. include ../pypi.mk
  13. include $(INCLUDE_DIR)/package.mk
  14. include ../python3-package.mk
  15. define Package/python3-paho-mqtt
  16. SECTION:=lang
  17. CATEGORY:=Languages
  18. SUBMENU:=Python
  19. TITLE:=python3-paho-mqtt
  20. URL:=http://eclipse.org/paho
  21. DEPENDS:=+python3-light
  22. VARIANT:=python3
  23. endef
  24. define Package/python3-paho-mqtt/description
  25. MQTT version 3.1/3.1.1 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))