generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-docutils/Config.in
Normal file
9
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/
|
||||
4
package/python-docutils/python-docutils.hash
Normal file
4
package/python-docutils/python-docutils.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/docutils/json, sha256 locally computed
|
||||
md5 ca5827e2432fd58f4c8d74a6591135de docutils-0.18.1.tar.gz
|
||||
sha256 679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06 docutils-0.18.1.tar.gz
|
||||
sha256 f20172170ef9aeebbf53adf5d8f7d309f7dc6068e9a3a1b52ea772305686739d COPYING.txt
|
||||
15
package/python-docutils/python-docutils.mk
Normal file
15
package/python-docutils/python-docutils.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-docutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DOCUTILS_VERSION = 0.18.1
|
||||
PYTHON_DOCUTILS_SOURCE = docutils-$(PYTHON_DOCUTILS_VERSION).tar.gz
|
||||
PYTHON_DOCUTILS_SITE = https://files.pythonhosted.org/packages/57/b1/b880503681ea1b64df05106fc7e3c4e3801736cf63deffc6fa7fc5404cf5
|
||||
PYTHON_DOCUTILS_LICENSE = Public Domain, BSD-2-Clause, BSD-3-Clause, Python-2.0, GPL-3.0+ (emacs mode)
|
||||
PYTHON_DOCUTILS_LICENSE_FILES = COPYING.txt
|
||||
PYTHON_DOCUTILS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user