mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Changelog (https://github.com/justinmayer/smartypants.py/blob/main/CHANGES.rst#releases-20-and-greater): Release 2.0.2 (2025-06-17) - Fix double closing quotes after an HTML block - Fix regular expressions and tests for Python 3.12+ - Move documentation to ReadTheDocs Release 2.0.1 (2017-12-20) - use re.match instead of re.search to improve performance on large strings The patch '0001-Change-hash-bang-to-python3.patch' needed a refresh to apply on the latest version. License-Update: Update and granularize copyright years (From OE-Core rev: ebb83ce10fecd1a4378a238191f1e012f0c849b7) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
500 B
BlitzBasic
13 lines
500 B
BlitzBasic
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=ca325788d94ee694fef2a308c5073454"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "smartypants"
|
|
SRC_URI += "file://0001-Change-hash-bang-to-python3.patch"
|
|
SRC_URI[sha256sum] = "39d64ce1d7cc6964b698297bdf391bc12c3251b7f608e6e55d857cd7c5f800c6"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|