Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_DOCUTILS
bool "python-docutils"
help
Docutils is a modular system for processing documentation
into useful formats, such as HTML, XML, and LaTeX. For input
Docutils supports reStructuredText, an easy-to-read,
what-you-see-is-what-you-get plaintext markup syntax.
http://docutils.sourceforge.net/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/docutils/json, sha256 locally computed
md5 4622263b62c5c771c03502afa3157768 docutils-0.12.tar.gz
sha256 c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb89596fa docutils-0.12.tar.gz

View File

@@ -0,0 +1,15 @@
#############################################################
#
# python-docutils
#
#############################################################
PYTHON_DOCUTILS_VERSION = 0.12
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
PYTHON_DOCUTILS_SITE = https://pypi.python.org/packages/37/38/ceda70135b9144d84884ae2fc5886c6baac4edea39550f28bcd144c1234d
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2c, GPLv3 (emacs mode), other
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
PYTHON_DOCUTILS_SETUP_TYPE = distutils
$(eval $(python-package))
$(eval $(host-python-package))