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