diff mbox series

[meta-python,1/2] python3-unidecode: Add recipe

Message ID 20251124115258.3337453-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-unidecode: Add recipe | expand

Commit Message

Leon Anavi Nov. 24, 2025, 11:52 a.m. UTC
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>
---
 .../python/python3-unidecode_1.4.0.bb                | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-unidecode_1.4.0.bb
diff mbox series

Patch

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 @@ 
+SUMMARY = "ASCII transliterations of Unicode text"
+HOMEPAGE = "https://pypi.org/project/Unidecode/"
+DESCRIPTION = "This is a Python port of Text::Unidecode Perl module by Sean M. Burke"
+SECTION = "devel/python"
+LICENSE = "GPL-2.0-or-later"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "Unidecode"
+
+SRC_URI[sha256sum] = "ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23"