mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-aioconsole: new package
Asynchronous console and interfaces for asyncio. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5583fd1b03
commit
77889217f1
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