summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
new file mode 100644
index 0000000000..e3691dd83a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "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
6SRC_URI[md5sum] = "24a06a429597239004d47e6b93991aaf"
7SRC_URI[sha256sum] = "159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a"
8
9PYPI_PACKAGE = "dateparser"
10
11inherit pypi setuptools3
12
13CLEANBROKEN = "1"
14
15RDEPENDS_${PN} += " \
16 ${PYTHON_PN}-dateutil \
17 ${PYTHON_PN}-tzlocal \
18 ${PYTHON_PN}-ruamel-yaml \
19"
20
21# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra