mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-25 09:05:54 +00:00
Upgrade to release 0.0.71: - langtable.py: Fix deprecation warning: langtable.py:2652: UserWarning: pkg_resources is deprecated as an API - Add xdq, sus, mrh, hrx, brh, ary, en_SE.UTF-8 - Get new translations and translation changes from CLDR - setup.py: use open() instead of deprecated codecs.open(), declare minimum Python version >= 3.8 - Add Yangon timezone id part - languages.xml: Rename Asia/Rangoon to Asia/Yangon - territories.xml: Rename Asia/Rangoon to Asia/Yangon Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
24 lines
624 B
BlitzBasic
24 lines
624 B
BlitzBasic
DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
|
|
keyboard, territory"
|
|
HOMEPAGE = "https://github.com/mike-fabian/langtable/"
|
|
LICENSE = "GPL-3.0-or-later"
|
|
SECTION = "devel/python"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI[sha256sum] = "f9d39c06d5182ea14eb4576bf1da8875af1d44efb166e55d6865b3b59b8ac617"
|
|
|
|
inherit pypi setuptools3 python3native
|
|
|
|
DISTUTILS_INSTALL_ARGS += " \
|
|
--install-data=${datadir}/langtable"
|
|
|
|
FILES:${PN} += "${datadir}/*"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-compression \
|
|
python3-doctest \
|
|
python3-logging \
|
|
python3-xml \
|
|
"
|