mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-langtable: Update version 0.0.63 -> 0.0.64
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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] = "1297b7f6e33160887fe08a88176aa0ea873b810a55f2a2740257b124184b067a"
|
||||
|
||||
inherit pypi setuptools3 python3native
|
||||
|
||||
DISTUTILS_INSTALL_ARGS += " \
|
||||
--install-data=${datadir}/langtable"
|
||||
|
||||
FILES:${PN} += "${datadir}/*"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
Reference in New Issue
Block a user