Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
9
bsp/buildroot/package/python-docutils/Config.in
Normal file
9
bsp/buildroot/package/python-docutils/Config.in
Normal 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/
|
||||
@@ -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
|
||||
15
bsp/buildroot/package/python-docutils/python-docutils.mk
Normal file
15
bsp/buildroot/package/python-docutils/python-docutils.mk
Normal 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))
|
||||
Reference in New Issue
Block a user