diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-09-21 15:40:43 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-21 20:48:05 +0200 |
| commit | 688cff67b82db71e482f32edf12133e75aa4b264 (patch) | |
| tree | 9f4d387aaf71146d6d80ea9399119a90a0553b16 /package/python-docutils/Config.in | |
| parent | c2c4b4a3c16e03ea4be7a62c58c5114f5a6df1ea (diff) | |
| download | buildroot-688cff67b82db71e482f32edf12133e75aa4b264.tar.gz buildroot-688cff67b82db71e482f32edf12133e75aa4b264.zip | |
python-docutils: new package
Host variant is needed for building python-daemon package.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: improve license description.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-docutils/Config.in')
| -rw-r--r-- | package/python-docutils/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-docutils/Config.in b/package/python-docutils/Config.in new file mode 100644 index 0000000000..e7bf7e6321 --- /dev/null +++ b/package/python-docutils/Config.in @@ -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/ |

