generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-pymodbus/Config.in
Normal file
8
package/python-pymodbus/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PYMODBUS
|
||||
bool "python-pymodbus"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_SERIAL # runtime
|
||||
help
|
||||
Pymodbus is a full Modbus protocol implementation.
|
||||
|
||||
https://github.com/riptideio/pymodbus
|
||||
4
package/python-pymodbus/python-pymodbus.hash
Normal file
4
package/python-pymodbus/python-pymodbus.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# sha256 locally computed
|
||||
sha256 088c7ece2a11cad652939719695c457f26f9148cd7d2f4a79872167925180ad5 pymodbus-2.2.0.tar.gz
|
||||
# Hash for license file
|
||||
sha256 796a47993313691ea404d8af7e4c0f9daf1d2760e3900938985b59c9008eee2f doc/LICENSE
|
||||
14
package/python-pymodbus/python-pymodbus.mk
Normal file
14
package/python-pymodbus/python-pymodbus.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pymodbus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYMODBUS_VERSION = 2.2.0
|
||||
PYTHON_PYMODBUS_SOURCE = pymodbus-$(PYTHON_PYMODBUS_VERSION).tar.gz
|
||||
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))
|
||||
Reference in New Issue
Block a user