summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-23 15:11:36 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-26 07:24:05 -0700
commitc7ac863465a15f0daa9bde8b4fae2072cb05667d (patch)
treeb9b8bf1d2b1af6e2ebcb4778e0a8e2f6902add1d /meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
parented700bf5079df68c3834c6b4d9da405cfc8bfd25 (diff)
downloadmeta-openembedded-c7ac863465a15f0daa9bde8b4fae2072cb05667d.tar.gz
python3-xlrd: upgrade 2.0.1 -> 2.0.2
Changelog: Fix bug reading sheets containing invalid formulae. 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-xlrd_2.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
new file mode 100644
index 0000000000..928e52ed04
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
@@ -0,0 +1,32 @@
1SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
2DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
3 versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
4Strong support for Excel dates. Unicode-aware."
5HOMEPAGE = "https://www.python-excel.org/"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1"
8
9SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88"
10
11
12SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \
13"
14SRCREV = "3a19d22014d7b3f3041b7188d21a653c18c709bf"
15
16
17inherit ptest-python-pytest setuptools3
18
19RDEPENDS:${PN} += " \
20 python3-compression \
21 python3-io \
22 python3-mmap \
23 python3-pprint \
24 python3-shell \
25"
26
27RDEPENDS:${PN}-ptest += " \
28 python3-pytest \
29 python3-unittest-automake-output \
30"
31
32BBCLASSEXTEND = "native nativesdk"