blob: 1b65f3bc9e48fcd251168663b662fa592e5aa645 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001DESCRIPTION = "Jalali implementation of Python's datetime module"
2HOMEPAGE = "https://github.com/slashmili/python-jalali"
3LICENSE = "Python-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
5
Patrick Williams8e7b46e2023-05-01 14:19:06 -05006SRC_URI[sha256sum] = "1dd0ee210160c7bd30002803c443e6260ac602ea65b065652a1d567d3bfdca7a"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00007
8PYPI_PACKAGE = "jdatetime"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-modules \
16"
17