mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_MODBUS_TK
|
||||
bool "python-modbus-tk"
|
||||
select BR2_PACKAGE_PYTHON_SERIAL # runtime
|
||||
help
|
||||
Implementation of modbus protocol in python.
|
||||
|
||||
https://github.com/ljean/modbus-tk/
|
||||
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/modbus-tk/json
|
||||
md5 e52d5de22cc9d97f2c1086d9b11f0f1e modbus_tk-1.1.1.tar.gz
|
||||
sha256 c6dd004bc6bbff6d9fa93e61654c30a26c817c6632036c656383c9ecadca6639 modbus_tk-1.1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3b6a7f9c478ac1982e86cdadb45eb4788241b95839500eb26839d5053b74a24a license.txt
|
||||
sha256 aa7ca42152a13db6a27b31944f99851efc3b9ee813912ff21d7d6ceadca62e6f copying.txt
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-modbus-tk
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MODBUS_TK_VERSION = 1.1.1
|
||||
PYTHON_MODBUS_TK_SOURCE = modbus_tk-$(PYTHON_MODBUS_TK_VERSION).tar.gz
|
||||
PYTHON_MODBUS_TK_SITE = https://files.pythonhosted.org/packages/63/2e/991c8965fd45db4c38fefe1fa70356825e847e1bbb1f14e127aa2b4d37aa
|
||||
PYTHON_MODBUS_TK_SETUP_TYPE = setuptools
|
||||
PYTHON_MODBUS_TK_LICENSE = LGPL-2.1+
|
||||
PYTHON_MODBUS_TK_LICENSE_FILES = license.txt copying.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user