summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python3-docutils_0.20.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-docutils_0.20.1.bb')
-rw-r--r--poky/meta/recipes-devtools/python/python3-docutils_0.20.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-docutils_0.20.1.bb b/poky/meta/recipes-devtools/python/python3-docutils_0.20.1.bb
new file mode 100644
index 0000000000..65ca55e07b
--- /dev/null
+++ b/poky/meta/recipes-devtools/python/python3-docutils_0.20.1.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
+HOMEPAGE = "http://docutils.sourceforge.net"
+SECTION = "devel/python"
+LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=08f5f8aa6a1db2500c08a2bb558e45af"
+
+SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"