Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_M2R
bool "python-m2r"
select BR2_PACKAGE_PYTHON_MISTUNE # runtime
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
help
Markdown to reStructuredText converter.
https://github.com/miyakogi/m2r

View File

@@ -0,0 +1,4 @@
# md5 from https://pypi.python.org/pypi/m2r/json, sha256 locally computed
md5 906eb6dabb0295c93881f32d0a1c0919 m2r-0.1.12.tar.gz
sha256 adfb86ebb7ff3fcd3ebb27ce8cd6f795c409a13f0c03363e265f17419ce5b9ab m2r-0.1.12.tar.gz
sha256 28728ec0ecbd8c171ebaeccebf69e3961282fd81f06abc7424c65546b6ae6f27 LICENSE

View File

@@ -0,0 +1,16 @@
################################################################################
#
# python-m2r
#
################################################################################
PYTHON_M2R_VERSION = 0.1.12
PYTHON_M2R_SOURCE = m2r-$(PYTHON_M2R_VERSION).tar.gz
PYTHON_M2R_SITE = https://pypi.python.org/packages/a0/95/7273d54664e74c3100d07206fe6b30247be046b39676972fc90ae04376a1
PYTHON_M2R_SETUP_TYPE = setuptools
PYTHON_M2R_LICENSE = MIT
PYTHON_M2R_LICENSE_FILES = LICENSE
HOST_PYTHON_M2R_DEPENDENCIES = host-python-docutils host-python-mistune
$(eval $(python-package))
$(eval $(host-python-package))