update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
|
||||
bool "python-prompt-toolkit"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_WCWIDTH # runtime
|
||||
help
|
||||
Library for building powerful interactive command lines in
|
||||
Python.
|
||||
|
||||
https://github.com/jonathanslenders/python-prompt-toolkit
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/prompt-toolkit/json, sha256 locally computed
|
||||
md5 f74cd8ac84176fac1cdb136843ccb0d6 prompt_toolkit-1.0.7.tar.gz
|
||||
sha256 ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef prompt_toolkit-1.0.7.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-prompt-toolkit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PROMPT_TOOLKIT_VERSION = 1.0.7
|
||||
PYTHON_PROMPT_TOOLKIT_SOURCE = prompt_toolkit-$(PYTHON_PROMPT_TOOLKIT_VERSION).tar.gz
|
||||
PYTHON_PROMPT_TOOLKIT_SITE = https://pypi.python.org/packages/dd/55/2fb4883d2b21d072204fd21ca5e6040faa253135554590d0b67380669176
|
||||
PYTHON_PROMPT_TOOLKIT_SETUP_TYPE = setuptools
|
||||
PYTHON_PROMPT_TOOLKIT_LICENSE = BSD-3c
|
||||
PYTHON_PROMPT_TOOLKIT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user