mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-25 00:31:04 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit a3a1593b74)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
574 B
Makefile
15 lines
574 B
Makefile
################################################################################
|
|
#
|
|
# python-aioconsole
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_AIOCONSOLE_VERSION = 0.4.1
|
|
PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
|
|
PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/c5/16/a9de89d859eeaa0f9fdf5675a97ea1416265e1ebc039c7b9ea2c9e5433ac
|
|
PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
|
|
PYTHON_AIOCONSOLE_LICENSE = GPL-3.0
|
|
PYTHON_AIOCONSOLE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|