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,9 @@
config BR2_PACKAGE_PYTHON_MARKDOWN
bool "python-markdown"
# runtime dependency on Python's xml module
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
This is a Python implementation of John Gruber's Markdown
https://pypi.python.org/pypi/Markdown

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/markdown/json, sha256 locally computed
md5 d9ef057a5bd185f6f536400a31fc5d45 Markdown-2.6.8.tar.gz
sha256 0ac8a81e658167da95d063a9279c9c1b2699f37c7c4153256a458b3a43860e33 Markdown-2.6.8.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-markdown
#
################################################################################
PYTHON_MARKDOWN_VERSION = 2.6.8
PYTHON_MARKDOWN_SOURCE = Markdown-$(PYTHON_MARKDOWN_VERSION).tar.gz
PYTHON_MARKDOWN_SITE = https://pypi.python.org/packages/1d/25/3f6d2cb31ec42ca5bd3bfbea99b63892b735d76e26f20dd2dcc34ffe4f0d
PYTHON_MARKDOWN_LICENSE = BSD-3-Clause
PYTHON_MARKDOWN_LICENSE_FILES = LICENSE.md
PYTHON_MARKDOWN_SETUP_TYPE = distutils
$(eval $(python-package))
$(eval $(host-python-package))