kumquat-buildroot/package/python-autobahn/python-autobahn.mk
Asaf Kahlon 4c40968e05 python-autobahn: bump to version 18.11.2
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-11-24 12:59:27 +01:00

15 lines
554 B
Makefile

################################################################################
#
# python-autobahn
#
################################################################################
PYTHON_AUTOBAHN_VERSION = 18.11.2
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/3a/9f/9552ce8fec2703370f63eedbedffa1151865f1265fbfc5c3bbd1029710cc
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
$(eval $(python-package))