Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_PYTHON_PYSNMP
bool "python-pysnmp"
depends on BR2_INSTALL_LIBSTDCPP # pyasn
select BR2_PACKAGE_PYTHON_PYASN
select BR2_PACKAGE_PYTHON_PYCRYPTO
help
PySNMP is a cross-platform, pure-Python SNMP engine
implementation.
http://pysnmp.sf.net
comment "python-pysnmp needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pysnmp/json, sha256 locally computed
md5 cc0838cdf3f2d34539f478942f648384 pysnmp-4.3.3.tar.gz
sha256 c837d35cbb2c1e067b7b8ed752d962481ef8d7ff11e4cdd8bfb0840c4a786318 pysnmp-4.3.3.tar.gz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# python-pysnmp
#
################################################################################
PYTHON_PYSNMP_VERSION = 4.3.3
PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz
PYTHON_PYSNMP_SITE = https://pypi.python.org/packages/47/b5/c65b9b6fcc36d3f4caca30d3314920f1ca75f5ceecc1f6ae2538ede24511
PYTHON_PYSNMP_SETUP_TYPE = setuptools
PYTHON_PYSNMP_LICENSE = BSD-3-Clause
PYTHON_PYSNMP_LICENSE_FILES = LICENSE.txt
PYTHON_PYSNMP_DEPENDENCIES = python-pyasn python-pycrypto
$(eval $(python-package))