Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,9 +1,19 @@
config BR2_PACKAGE_PYTHON_IPYTHON
bool "python-ipython"
select BR2_PACKAGE_PYTHON_BACKPORTS_SHUTIL_GET_TERMINAL_SIZE if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
select BR2_PACKAGE_PYTHON_PATHLIB2 if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_PICKLESHARE # runtime
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
select BR2_PACKAGE_PYTHON_PEXPECT # runtime
select BR2_PACKAGE_PYTHON_SIMPLEGENERIC # runtime
select BR2_PACKAGE_PYTHON_TRAITLETS # runtime
help
IPython is a command shell for interactive computing in multiple
programming languages, originally developed for the Python
programming language, that offers enhanced introspection, rich
media, additional shell syntax, tab completion, and rich history.
IPython is a command shell for interactive computing in
multiple programming languages, originally developed for the
Python programming language, that offers enhanced
introspection, rich media, additional shell syntax, tab
completion, and rich history.
http://ipython.org/

View File

@@ -1,2 +1,3 @@
# locally computed
sha256 ca86a6308c4b53ea8a040ba776066dc9a7af4ac738ad43ab2059a016c09b0c2d ipython-2.1.0.tar.gz
# md5 from https://pypi.python.org/pypi/ipython/json, sha256 locally computed
md5 d8cc938f46801060239184a35ec9c5a6 ipython-5.4.0.tar.gz
sha256 6907826c427c917bf0cdab71ee728288b1f1975c4b94b3ed608b67db3183c974 ipython-5.4.0.tar.gz

View File

@@ -4,10 +4,10 @@
#
################################################################################
PYTHON_IPYTHON_VERSION = 2.1.0
PYTHON_IPYTHON_VERSION = 5.4.0
PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz
PYTHON_IPYTHON_SITE = https://pypi.python.org/packages/source/i/ipython
PYTHON_IPYTHON_LICENSE = BSD-3c
PYTHON_IPYTHON_SITE = https://pypi.python.org/packages/36/cd/765f53135bbbbcd691858aba3af124453a230fe0c752f009f69012fce5d5
PYTHON_IPYTHON_LICENSE = BSD-3-Clause
PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst
PYTHON_IPYTHON_SETUP_TYPE = distutils