diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-06 16:46:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:17 -0700 |
| commit | 9dec56635e9405df81b908b19811205dadef6e4a (patch) | |
| tree | 33d0bf454ac686542676ccbafb4f370d9bc3e9da /meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb | |
| parent | 9aff8f7c3557ff32c43d3a0b728fffff3d7c84d4 (diff) | |
| download | meta-openembedded-9dec56635e9405df81b908b19811205dadef6e4a.tar.gz | |
python3-langtable: upgrade 0.0.67 -> 0.0.68
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb deleted file mode 100644 index fe8dd0a0f4..0000000000 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ | ||
| 2 | keyboard, territory" | ||
| 3 | HOMEPAGE = "https://github.com/mike-fabian/langtable/" | ||
| 4 | LICENSE = "GPL-3.0-or-later" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "04c81012b5a9f018567a480bff0b7228e8db95e86fea0eb3d45894d8b8b80e64" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 python3native | ||
| 12 | |||
| 13 | DISTUTILS_INSTALL_ARGS += " \ | ||
| 14 | --install-data=${datadir}/langtable" | ||
| 15 | |||
| 16 | FILES:${PN} += "${datadir}/*" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-compression \ | ||
| 20 | python3-doctest \ | ||
| 21 | python3-logging \ | ||
| 22 | python3-xml \ | ||
| 23 | " | ||
