update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_MISTUNE
bool "python-mistune"
help
The fastest markdown parser in pure Python with renderer
features, inspired by marked.
https://pypi.python.org/pypi/mistune

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/mistune/json, sha256 locally computed
md5 4eba50bd121b83716fa4be6a4049004b mistune-0.7.3.tar.gz
sha256 21d0e869df3b9189f248e022f1c9763cf9069e1a2f00676f1f1852bd7f98b713 mistune-0.7.3.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-mistune
#
################################################################################
PYTHON_MISTUNE_VERSION = 0.7.3
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
PYTHON_MISTUNE_SITE = https://pypi.python.org/packages/88/1e/be99791262b3a794332fda598a07c2749a433b9378586361ba9d8e824607
PYTHON_MISTUNE_LICENSE = BSD-3c
PYTHON_MISTUNE_LICENSE_FILES = LICENSE
PYTHON_MISTUNE_SETUP_TYPE = setuptools
$(eval $(python-package))