diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-typogrify_2.1.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-typogrify_2.1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb b/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb new file mode 100644 index 0000000000..0cb31468bd --- /dev/null +++ b/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Filters to enhance web typography, including support for Django & Jinja templates" | ||
2 | HOMEPAGE = "https://github.com/mintchaos/typogrify" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8558ebcc682078c1a44d0227573006d" | ||
5 | |||
6 | inherit pypi python_hatchling | ||
7 | |||
8 | PYPI_PACKAGE = "typogrify" | ||
9 | SRC_URI[sha256sum] = "f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee" | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||
12 | |||
13 | RDEPENDS:${PN} += "python3-smartypants" | ||
14 | |||