summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-06-01 16:05:31 +0300
committerKhem Raj <raj.khem@gmail.com>2020-06-03 15:15:42 -0700
commitd2d5c14a0bcbd108e01a0fad6831940d3027af6c (patch)
tree45593a148ba65b35987d57efc3487df0f5840475 /meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
parent8668a894a5915e44067712201b79eb529300baf5 (diff)
downloadmeta-openembedded-d2d5c14a0bcbd108e01a0fad6831940d3027af6c.tar.gz
python3-langtable: Upgrade 0.0.38 -> 0.0.51
Upgrade to release 0.0.51. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
deleted file mode 100644
index eb42fe978c..0000000000
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
2keyboard, territory"
3HOMEPAGE = "https://github.com/mike-fabian/langtable/"
4LICENSE = "GPLv3+"
5SECTION = "devel/python"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9S = "${WORKDIR}/git"
10B = "${S}"
11
12SRCREV = "35687ca957b746f153a6872139462b1443f8cad1"
13PV = "0.0.38+git${SRCPV}"
14SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \
15"
16
17inherit setuptools3 python3native
18
19DISTUTILS_INSTALL_ARGS += " \
20 --install-data=${datadir}/langtable"
21
22FILES_${PN} += "${datadir}/*"
23
24RDEPENDS_${PN} += " \
25 ${PYTHON_PN}-compression \
26 ${PYTHON_PN}-doctest \
27 ${PYTHON_PN}-logging \
28 ${PYTHON_PN}-xml \
29"