diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:18:46 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:14 +0100 |
| commit | 13e4ff2250ad965db333a9bdfb918e574fd00235 (patch) | |
| tree | f682f1d2f0658909a2719687812d40a320c517f5 /meta/recipes-devtools/python/python3-typogrify_2.0.7.bb | |
| parent | b681827f5b1359bc9beb990b4586bdec62a7a46e (diff) | |
| download | poky-13e4ff2250ad965db333a9bdfb918e574fd00235.tar.gz | |
python3: add markdown/smartypants/typogrify modules
This is needed to enable gi-docgen, a successor to gtk-doc
(From OE-Core rev: b557ea3cc61da326bb7783a2ac8e4080c4bf79e5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-typogrify_2.0.7.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-typogrify_2.0.7.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb b/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb new file mode 100644 index 0000000000..3becb0dd8d --- /dev/null +++ b/meta/recipes-devtools/python/python3-typogrify_2.0.7.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=12bc792d6f5415dbf421f3fd183c6dd2" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "typogrify" | ||
| 9 | SRC_URI[sha256sum] = "8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed13cb38" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "${PYTHON_PN}-smartypants" | ||
| 14 | |||
