generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-aiomonitor/Config.in
Normal file
9
package/python-aiomonitor/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOMONITOR
|
||||
bool "python-aiomonitor"
|
||||
select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime
|
||||
select BR2_PACKAGE_PYTHON_AIOCONSOLE # runtime
|
||||
help
|
||||
aiomonitor adds monitor and python REPL capabilities for
|
||||
asyncio application.
|
||||
|
||||
https://github.com/aio-libs/aiomonitor
|
||||
5
package/python-aiomonitor/python-aiomonitor.hash
Normal file
5
package/python-aiomonitor/python-aiomonitor.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiomonitor/json
|
||||
md5 5f184e4b97ea161fc2d690aef604f997 aiomonitor-0.4.5.tar.gz
|
||||
sha256 6232c1ab14bf06cd7217845801c27340032f74e283bdaf32d01cdd3b7c673d0e aiomonitor-0.4.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9b42fe3a288996988c552e387e7877be7525a1649e62086aedd6b32d3cb56365 LICENSE
|
||||
14
package/python-aiomonitor/python-aiomonitor.mk
Normal file
14
package/python-aiomonitor/python-aiomonitor.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiomonitor
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOMONITOR_VERSION = 0.4.5
|
||||
PYTHON_AIOMONITOR_SOURCE = aiomonitor-$(PYTHON_AIOMONITOR_VERSION).tar.gz
|
||||
PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/98/76/b62e9fbe267287527fb6f4b6774394d4f00650195774173bb0055a99ab3d
|
||||
PYTHON_AIOMONITOR_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOMONITOR_LICENSE = Apache-2.0
|
||||
PYTHON_AIOMONITOR_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user