This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PYMODBUS
bool "python-pymodbus"
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Pymodbus is a full Modbus protocol implementation.
https://github.com/riptideio/pymodbus
@@ -0,0 +1,3 @@
# sha256 locally computed
sha256 e33bd0dfbd2cbd4dbc686ca87f809aebb7d72e940eb5846d5d38bb0f3371b26a python-pymodbus-1.4.0.tar.gz
sha256 796a47993313691ea404d8af7e4c0f9daf1d2760e3900938985b59c9008eee2f doc/LICENSE
@@ -0,0 +1,13 @@
################################################################################
#
# python-pymodbus
#
################################################################################
PYTHON_PYMODBUS_VERSION = 1.4.0
PYTHON_PYMODBUS_SITE = $(call github,riptideio,pymodbus,v$(PYTHON_PYMODBUS_VERSION))
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
PYTHON_PYMODBUS_LICENSE_FILES = doc/LICENSE
$(eval $(python-package))