mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
See the release notes here: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.12.0 Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
15 lines
562 B
Makefile
15 lines
562 B
Makefile
################################################################################
|
|
#
|
|
# python-pymodbus
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYMODBUS_VERSION = 3.12.0
|
|
PYTHON_PYMODBUS_SOURCE = pymodbus-$(PYTHON_PYMODBUS_VERSION).tar.gz
|
|
PYTHON_PYMODBUS_SITE = https://files.pythonhosted.org/packages/41/dc/8db192f3a66032e1bd900eb87b5bbcb539d5118f520372af0cb92ba42499
|
|
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
|
|
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
|
|
PYTHON_PYMODBUS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|