[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_AIOCOAP
bool "python-aiocoap"
help
Python CoAP library.
https://github.com/chrysn/aiocoap

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiocoap/json
md5 c5809dfb02be8784ec17897380009052 aiocoap-0.4.1.tar.gz
sha256 c47c9d19a98699f27707186871b7c84f4a7016fe4fbb5bd300f809ae456f8a55 aiocoap-0.4.1.tar.gz
# Locally computed sha256 checksums
sha256 2bb211d412a6bfa4b2a9cf01123c7fe90e5e6185938896e23ab07b84f8494180 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-aiocoap
#
################################################################################
PYTHON_AIOCOAP_VERSION = 0.4.1
PYTHON_AIOCOAP_SOURCE = aiocoap-$(PYTHON_AIOCOAP_VERSION).tar.gz
PYTHON_AIOCOAP_SITE = https://files.pythonhosted.org/packages/67/1c/6d6764010a4779d61bc7241afa663b368261c72af20555b26efc875d4276
PYTHON_AIOCOAP_SETUP_TYPE = setuptools
PYTHON_AIOCOAP_LICENSE = MIT
PYTHON_AIOCOAP_LICENSE_FILES = LICENSE
$(eval $(python-package))