This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 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,4 @@
# md5 from https://pypi.python.org/pypi/docutils/json, sha256 locally computed
md5 e26a308d8000b0bed7416a633217c676 docutils-0.15.2.tar.gz
sha256 a2aeea129088da402665e92e0b25b04b073c04b2dce4ab65caaa38b7ce2e1a99 docutils-0.15.2.tar.gz
sha256 efa0c85aa99ea5b4781240031b0d02af54d7b5554c87ad2b2bea9ba490f6663f COPYING.txt

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-docutils
#
################################################################################
PYTHON_DOCUTILS_VERSION = 0.15.2
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/93/22/953e071b589b0b1fee420ab06a0d15e5aa0c7470eb9966d60393ce58ad61
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2-Clause, GPL-3.0 (emacs mode), other
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
PYTHON_DOCUTILS_SETUP_TYPE = distutils
$(eval $(python-package))
$(eval $(host-python-package))