Add buildroot 2018-02
This commit is contained in:
13
buildroot/package/python-pysnmp/Config.in
Normal file
13
buildroot/package/python-pysnmp/Config.in
Normal 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
|
||||
3
buildroot/package/python-pysnmp/python-pysnmp.hash
Normal file
3
buildroot/package/python-pysnmp/python-pysnmp.hash
Normal 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
|
||||
17
buildroot/package/python-pysnmp/python-pysnmp.mk
Normal file
17
buildroot/package/python-pysnmp/python-pysnmp.mk
Normal 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))
|
||||
Reference in New Issue
Block a user