diff options
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.bb | 12 |
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 @@ | |||
1 | SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HTML entities" | ||
2 | HOMEPAGE = "https://pythonhosted.org/smartypants/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca325788d94ee694fef2a308c5073454" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | PYPI_PACKAGE = "smartypants" | ||
9 | SRC_URI += "file://0001-Change-hash-bang-to-python3.patch" | ||
10 | SRC_URI[sha256sum] = "39d64ce1d7cc6964b698297bdf391bc12c3251b7f608e6e55d857cd7c5f800c6" | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||