Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 1 | DESCRIPTION = "Jalali implementation of Python's datetime module" |
| 2 | HOMEPAGE = "https://github.com/slashmili/python-jalali" |
| 3 | LICENSE = "Python-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be" |
| 5 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "1dd0ee210160c7bd30002803c443e6260ac602ea65b065652a1d567d3bfdca7a" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 7 | |
| 8 | PYPI_PACKAGE = "jdatetime" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | CLEANBROKEN = "1" |
| 13 | |
| 14 | RDEPENDS:${PN} += " \ |
| 15 | ${PYTHON_PN}-modules \ |
| 16 | " |
| 17 | |