Import buildroot 2016.02.01
This commit is contained in:
7
firmware/buildroot/package/python-mistune/Config.in
Normal file
7
firmware/buildroot/package/python-mistune/Config.in
Normal 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
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=057bc28bf629d6a1283d680a34ed9d0f, sha256 locally computed.
|
||||
md5 057bc28bf629d6a1283d680a34ed9d0f mistune-0.7.1.tar.gz
|
||||
sha256 6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7 mistune-0.7.1.tar.gz
|
||||
14
firmware/buildroot/package/python-mistune/python-mistune.mk
Normal file
14
firmware/buildroot/package/python-mistune/python-mistune.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-mistune
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MISTUNE_VERSION = 0.7.1
|
||||
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
|
||||
PYTHON_MISTUNE_SITE = http://pypi.python.org/packages/source/m/mistune
|
||||
PYTHON_MISTUNE_LICENSE = BSD-3c
|
||||
PYTHON_MISTUNE_LICENSE_FILES = LICENSE
|
||||
PYTHON_MISTUNE_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user