Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Extensions to the standard Python datetime module" |
| 2 | DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library." |
| 3 | HOMEPAGE = "https://dateutil.readthedocs.org" |
| 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" |
| 6 | PR = "r0" |
| 7 | |
| 8 | SRC_URI[md5sum] = "eafe168e8f404bf384514f5116eedbb6" |
| 9 | SRC_URI[sha256sum] = "063907ef47f6e187b8fe0728952e4effb587a34f2dc356888646f9b71fbb2e4b" |
| 10 | |
| 11 | PYPI_PACKAGE = "python-dateutil" |
| 12 | inherit pypi |
| 13 | |
| 14 | PACKAGES =+ "${PN}-zoneinfo" |
| 15 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
| 16 | |
| 17 | RDEPENDS_${PN} = "\ |
| 18 | ${PYTHON_PN}-core \ |
| 19 | ${PYTHON_PN}-datetime \ |
| 20 | ${PYTHON_PN}-six \ |
| 21 | " |