summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-02-07 09:23:14 +0300
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:14 -0800
commit941f2a62151368232d179ccc11a0037f751415bf (patch)
treea976c039cb6c5844f790794b5becc365bb1d5c5c /meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb
parentaa6b8afbbc25b17d96aca33f3410b631777c2683 (diff)
downloadmeta-openembedded-941f2a62151368232d179ccc11a0037f751415bf.tar.gz
python3-pyunormalize: add recipe
A pure Python implementation of the Unicode normalization algorithm independent from the Python core Unicode database. This package supports version 15.1 of the Unicode standard (released in September 2023) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb b/meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb
new file mode 100644
index 000000000..6992ca24c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyunormalize_15.1.0.bb
@@ -0,0 +1,8 @@
1SUMMARY = "Unicode normalization forms (NFC, NFKC, NFD, NFKD). A library independent from the Python core Unicode database."
2HOMEPAGE = "https://github.com/mlodewijck/pyunormalize"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=dc15b678c3bac1f5b2c873591a330eae"
5
6SRC_URI[sha256sum] = "cf4a87451a0f1cb76911aa97f432f4579e1f564a2f0c84ce488c73a73901b6c1"
7
8inherit pypi setuptools3