[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PYSMI
bool "python-pysmi"
select BR2_PACKAGE_PYTHON_PLY # runtime
help
SNMP SMI/MIB Parser.
https://github.com/etingof/pysmi

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pysmi/json
md5 10a9dd140ad512eed9f37344df83ce9d pysmi-0.3.4.tar.gz
sha256 bd15a15020aee8376cab5be264c26330824a8b8164ed0195bd402dd59e4e8f7c pysmi-0.3.4.tar.gz
# Locally computed sha256 checksums
sha256 c43704eafcfa2bc33e56168f2b498c3c34a1d7865855626a52b5af411fc5837f LICENSE.rst

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pysmi
#
################################################################################
PYTHON_PYSMI_VERSION = 0.3.4
PYTHON_PYSMI_SOURCE = pysmi-$(PYTHON_PYSMI_VERSION).tar.gz
PYTHON_PYSMI_SITE = https://files.pythonhosted.org/packages/52/42/ddaeb06ff551672b17b77f81bc2e26b7c6060b28fe1552226edc6476ce37
PYTHON_PYSMI_SETUP_TYPE = setuptools
PYTHON_PYSMI_LICENSE = BSD-2-Clause
PYTHON_PYSMI_LICENSE_FILES = LICENSE.rst
$(eval $(python-package))