blob: 8b890fb2276027cd1c491ffe6ddd6fbf4de193ee [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "Provides modules to easily parse localized dates in almost any string formats commonly found on web pages"
2HOMEPAGE = "https://github.com/scrapinghub/dateparser"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051"
5
Patrick Williams8e7b46e2023-05-01 14:19:06 -05006SRC_URI[sha256sum] = "86b8b7517efcc558f085a142cdb7620f0921543fcabdb538c8a4c4001d8178e3"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
8PYPI_PACKAGE = "dateparser"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${PN} += " \
Patrick Williams520786c2023-06-25 16:20:36 -050015 python3-dateutil \
16 python3-logging \
17 python3-pytz \
18 python3-regex \
19 python3-ruamel-yaml \
20 python3-tzlocal \
Andrew Geissler517393d2023-01-13 08:55:19 -060021"
22
Patrick Williams520786c2023-06-25 16:20:36 -050023# Ommitted python3-convertdate, python3-jdatetime python3-umalqurra