Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 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))