blob: d089a89b952c47841c30bbf33900d661794dd50e [file] [log] [blame]
William A. Kennington IIIac69b482021-06-02 12:28:27 -07001SUMMARY = "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=977036977591ac666c728921ecc54c4f"
5
6inherit pypi setuptools3
7
8PYPI_PACKAGE = "smartypants"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009SRC_URI += "file://0001-Change-hash-bang-to-python3.patch"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070010SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c4cbf36"
11
Andrew Geissler517393d2023-01-13 08:55:19 -060012BBCLASSEXTEND = "native nativesdk"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070013
14UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(?!2\.0\.1)(\d+[\.\-_]*)+)/"