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,6 @@
config BR2_PACKAGE_PYTHON_MARKDOWN2
bool "python-markdown2"
help
A fast and complete Python implementation of Markdown.
https://github.com/trentm/python-markdown2

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 07e077f5d4aa5f1e2f061f9f94d9e22f9ea266411b8c557b9164fc0e6dff0595 python-markdown2-2.3.2.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-markdown2
#
################################################################################
PYTHON_MARKDOWN2_VERSION = 2.3.2
PYTHON_MARKDOWN2_SITE = $(call github,trentm,python-markdown2,$(PYTHON_MARKDOWN2_VERSION))
PYTHON_MARKDOWN2_SETUP_TYPE = distutils
PYTHON_MARKDOWN2_LICENSE = MIT
PYTHON_MARKDOWN2_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))