Merge pull request #11353 from kvuorine/fwknop-fixes
[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.5.1
9 PKG_RELEASE:=1
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:=9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae
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
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))