summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-smartypants_2.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-smartypants_2.0.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-smartypants_2.0.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-smartypants_2.0.2.bb b/meta/recipes-devtools/python/python3-smartypants_2.0.2.bb
new file mode 100644
index 0000000000..a439f8a880
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-smartypants_2.0.2.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HTML entities"
2HOMEPAGE = "https://pythonhosted.org/smartypants/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ca325788d94ee694fef2a308c5073454"
5
6inherit pypi setuptools3
7
8PYPI_PACKAGE = "smartypants"
9SRC_URI += "file://0001-Change-hash-bang-to-python3.patch"
10SRC_URI[sha256sum] = "39d64ce1d7cc6964b698297bdf391bc12c3251b7f608e6e55d857cd7c5f800c6"
11
12BBCLASSEXTEND = "native nativesdk"