kumquat-buildroot/package/python-minimalmodbus/python-minimalmodbus.mk
Angelo Compagnucci 8f9d6e07f2 package/python-minimalmodbus: bump to version 2.1.1
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-09-21 14:58:01 +02:00

15 lines
604 B
Makefile

################################################################################
#
# python-minimalmodbus
#
################################################################################
PYTHON_MINIMALMODBUS_VERSION = 2.1.1
PYTHON_MINIMALMODBUS_SOURCE = minimalmodbus-$(PYTHON_MINIMALMODBUS_VERSION).tar.gz
PYTHON_MINIMALMODBUS_SITE = https://files.pythonhosted.org/packages/37/fc/8a58f7bcdece751f16a4a9aac780acd1288aa8ac6adbffdd764c88fb71c6
PYTHON_MINIMALMODBUS_SETUP_TYPE = setuptools
PYTHON_MINIMALMODBUS_LICENSE = Apache-2.0
PYTHON_MINIMALMODBUS_LICENSE_FILES = LICENSE
$(eval $(python-package))