summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-docutils_0.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.18.bb')
-rw-r--r--meta/recipes-devtools/python/python3-docutils_0.18.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.bb b/meta/recipes-devtools/python/python3-docutils_0.18.bb
new file mode 100644
index 0000000000..979eea27fb
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-docutils_0.18.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
2HOMEPAGE = "http://docutils.sourceforge.net"
3SECTION = "devel/python"
4LICENSE = "PSF & BSD-2-Clause & GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9"
6
7SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb"
8
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native"