mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 06:03:52 -09:00
https://github.com/pymodbus-dev/pymodbus/blob/v3.11.4/CHANGELOG.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
562 B
Makefile
15 lines
562 B
Makefile
################################################################################
|
|
#
|
|
# python-pymodbus
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYMODBUS_VERSION = 3.11.4
|
|
PYTHON_PYMODBUS_SOURCE = pymodbus-$(PYTHON_PYMODBUS_VERSION).tar.gz
|
|
PYTHON_PYMODBUS_SITE = https://files.pythonhosted.org/packages/2a/af/bbb716301ab9c60f0702c3cdf72cc0e373286a5648fe16bc4431400489dc
|
|
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
|
|
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
|
|
PYTHON_PYMODBUS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|