create rootf's & SDK from 2018.02.9 buildroot (#10)

---------

Co-authored-by: tiopex <tiopxyz@gmail.com>
Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+6 -3
View File
@@ -1,10 +1,13 @@
config BR2_PACKAGE_PYTHON_PYSNMP
bool "python-pysnmp"
select BR2_PACKAGE_PYTHON_PYSMI # runtime
select BR2_PACKAGE_PYTHON_PYCRYPTODOMEX # runtime
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
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 -5
View File
@@ -1,5 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/pysnmp/json
md5 2222880259daf6e2cb322e938c818276 pysnmp-4.4.12.tar.gz
sha256 0c3dbef2f958caca96071fe5c19de43e9c1b0484ab02a0cf08b190bcee768ba9 pysnmp-4.4.12.tar.gz
# Locally computed sha256 checksums
sha256 d0b2edd772164395320fc5ad7dfaa9806fa038fb29762b347c549891d7a79237 LICENSE.rst
# 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
+6 -3
View File
@@ -4,11 +4,14 @@
#
################################################################################
PYTHON_PYSNMP_VERSION = 4.4.12
PYTHON_PYSNMP_VERSION = 4.3.3
PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz
PYTHON_PYSNMP_SITE = https://files.pythonhosted.org/packages/4e/75/72f64c451bf5884715f84f8217b69b4025da0b67628d611cd14a5b7db217
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.rst
PYTHON_PYSNMP_LICENSE_FILES = LICENSE.txt
PYTHON_PYSNMP_DEPENDENCIES = python-pyasn python-pycrypto
$(eval $(python-package))