diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-11-24 13:52:57 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-24 21:54:46 -0800 |
| commit | f029ebca5c2dac2e69aa1de88b1075df22c3d49b (patch) | |
| tree | 2f7df2285ce90e0df20deea489aea873064ed5c1 /meta-python/recipes-devtools/python | |
| parent | a5ef451fb7c8dc4d428a4c243fd59565757d728b (diff) | |
| download | meta-openembedded-f029ebca5c2dac2e69aa1de88b1075df22c3d49b.tar.gz | |
python3-unidecode: Add recipe
Add recipe for release 1.4.0:
- Drop support for Python <3.7.
- Add replacements for playing card suits and chess pieces
- Add replacements for U+211F "RESPONSE" and 0x2123 "VERSICLE"
- Fix replacement for U+1D6D5 "MATHEMATICAL BOLD SMALL TAU".
- Fix replacements for U+014A "LATIN CAPITAL LETTER ENG" and
U+014B "LATIN SMALL LETTER ENG".
- Add replacements for U+2103 "DEGREE CELSIUS" and U+2109 "DEGREE
FAHRENHEIT".
This work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-unidecode_1.4.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-unidecode_1.4.0.bb b/meta-python/recipes-devtools/python/python3-unidecode_1.4.0.bb new file mode 100644 index 0000000000..c6969fca4d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-unidecode_1.4.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "ASCII transliterations of Unicode text" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/Unidecode/" | ||
| 3 | DESCRIPTION = "This is a Python port of Text::Unidecode Perl module by Sean M. Burke" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "GPL-2.0-or-later" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "Unidecode" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23" | ||
