mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/python-aioconsole/Config.in
Normal file
7
package/python-aioconsole/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOCONSOLE
|
||||
bool "python-aioconsole"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Asynchronous console and interfaces for asyncio.
|
||||
|
||||
https://github.com/vxgmichel/aioconsole
|
3
package/python-aioconsole/python-aioconsole.hash
Normal file
3
package/python-aioconsole/python-aioconsole.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aioconsole/json
|
||||
md5 212dc49e2f2a995c87ce659ba63e7422 aioconsole-0.1.13.tar.gz
|
||||
sha256 8b9898f0f6539bdce3bc3720d75189e21813f1a7f8350228fc7fd54bf7327d0f aioconsole-0.1.13.tar.gz
|
13
package/python-aioconsole/python-aioconsole.mk
Normal file
13
package/python-aioconsole/python-aioconsole.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aioconsole
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOCONSOLE_VERSION = 0.1.13
|
||||
PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
|
||||
PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/ea/ee/80154d7242c2107d02768c5a848e4cded39ce8cd89b48982c217474c8ddd
|
||||
PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOCONSOLE_LICENSE = GPL-3.0
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user