[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,6 @@
config BR2_PACKAGE_PYTHON_PYASN1
bool "python-pyasn1"
help
ASN.1 types and codecs.
https://github.com/etingof/pyasn1

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyasn1/json
md5 dffae4ff9f997a83324b3f33fe62be54 pyasn1-0.4.8.tar.gz
sha256 aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba pyasn1-0.4.8.tar.gz
# Locally computed sha256 checksums
sha256 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5 LICENSE.rst

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pyasn1
#
################################################################################
PYTHON_PYASN1_VERSION = 0.4.8
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/a4/db/fffec68299e6d7bad3d504147f9094830b704527a7fc098b721d38cc7fa7
PYTHON_PYASN1_SETUP_TYPE = setuptools
PYTHON_PYASN1_LICENSE = BSD-2-Clause
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
$(eval $(python-package))