generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-aiocoap/Config.in
Normal file
6
package/python-aiocoap/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOCOAP
|
||||
bool "python-aiocoap"
|
||||
help
|
||||
Python CoAP library.
|
||||
|
||||
https://github.com/chrysn/aiocoap
|
||||
5
package/python-aiocoap/python-aiocoap.hash
Normal file
5
package/python-aiocoap/python-aiocoap.hash
Normal 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
|
||||
14
package/python-aiocoap/python-aiocoap.mk
Normal file
14
package/python-aiocoap/python-aiocoap.mk
Normal 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))
|
||||
Reference in New Issue
Block a user