kumquat-buildroot/package/python-autobahn/python-autobahn.mk
James Hilliard e5eb6d4e60 package/python-autobahn: bump to version 20.4.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-15 21:35:54 +02:00

15 lines
553 B
Makefile

################################################################################
#
# python-autobahn
#
################################################################################
PYTHON_AUTOBAHN_VERSION = 20.4.1
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/a3/2e/58f68840eef4a6740a41f59c5d3206a76e49993f90c954ae9777b120e09c
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
$(eval $(python-package))