generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-aioconsole/Config.in
Normal file
6
package/python-aioconsole/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOCONSOLE
|
||||
bool "python-aioconsole"
|
||||
help
|
||||
Asynchronous console and interfaces for asyncio.
|
||||
|
||||
https://github.com/vxgmichel/aioconsole
|
||||
5
package/python-aioconsole/python-aioconsole.hash
Normal file
5
package/python-aioconsole/python-aioconsole.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aioconsole/json
|
||||
md5 2c1022bae07f6aceebe08cd5e8848469 aioconsole-0.5.0.tar.gz
|
||||
sha256 9b719b270e7cf6f2454eeaf16c20a025b73f0d4d352d157baa77ce9ad1df427d aioconsole-0.5.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b LICENSE
|
||||
14
package/python-aioconsole/python-aioconsole.mk
Normal file
14
package/python-aioconsole/python-aioconsole.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aioconsole
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOCONSOLE_VERSION = 0.5.0
|
||||
PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
|
||||
PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/ee/9c/f8bc72c09eae047197d820b1618314323c780005b9a854b99bed75407d43
|
||||
PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOCONSOLE_LICENSE = GPL-3.0
|
||||
PYTHON_AIOCONSOLE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user