summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-05 17:18:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-09 23:23:23 +0100
commitb557ea3cc61da326bb7783a2ac8e4080c4bf79e5 (patch)
tree1cebb8ab316c3ec987ff3d65be02dd060c60a76e /meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
parent396a3ba884820d040c91f7592daf20ac28c49b5d (diff)
downloadopenembedded-core-contrib-b557ea3cc61da326bb7783a2ac8e4080c4bf79e5.tar.gz
python3: add markdown/smartypants/typogrify modules
This is needed to enable gi-docgen, a successor to gtk-doc Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-smartypants_2.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-smartypants_2.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
new file mode 100644
index 0000000000..8acc971c35
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HTML entities"
+HOMEPAGE = "https://pythonhosted.org/smartypants/"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=977036977591ac666c728921ecc54c4f"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "smartypants"
+SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c4cbf36"
+
+BBCLASSEXTEND = "native"
+