summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb
blob: 0cb31468bdc858234a3f70b6a90efbaad6719184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Filters to enhance web typography, including support for Django & Jinja templates"
HOMEPAGE = "https://github.com/mintchaos/typogrify"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8558ebcc682078c1a44d0227573006d"

inherit pypi python_hatchling

PYPI_PACKAGE = "typogrify"
SRC_URI[sha256sum] = "f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee"

BBCLASSEXTEND = "native nativesdk"

RDEPENDS:${PN} += "python3-smartypants"