diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 01:01:49 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:36 -0700 |
commit | c65fd7996b7b171238c036f8da9bd0d98650efef (patch) | |
tree | a4f280886b485b1f2f8af2d8e00919ee7feda546 /meta-python/recipes-devtools/python/python3-dateparser_1.1.0.bb | |
parent | 9d54555b25b71b81239b30a355cdf8bb326f4d95 (diff) | |
download | meta-openembedded-c65fd7996b7b171238c036f8da9bd0d98650efef.tar.gz |
python3-dateparser: update to 1.1.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dateparser_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dateparser_1.1.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.0.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.0.bb new file mode 100644 index 0000000000..5b661a0863 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.1.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Provides modules to easily parse localized dates in almost any string formats commonly found on web pages" | ||
2 | HOMEPAGE = "https://github.com/scrapinghub/dateparser" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051" | ||
5 | |||
6 | SRC_URI[sha256sum] = "faa2b97f51f3b5ff1ba2f17be90de2b733fb6191f89b4058787473e8202f3044" | ||
7 | |||
8 | PYPI_PACKAGE = "dateparser" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | CLEANBROKEN = "1" | ||
13 | |||
14 | RDEPENDS:${PN} += " \ | ||
15 | ${PYTHON_PN}-dateutil \ | ||
16 | ${PYTHON_PN}-tzlocal \ | ||
17 | ${PYTHON_PN}-ruamel-yaml \ | ||
18 | " | ||
19 | |||
20 | # Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra | ||