Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame^] | 1 | SUMMARY = "Python package to parse, read and write Microsoft OLE2 files" |
| 2 | HOMEPAGE = "https://github.com/decalage2/olefile" |
| 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e21a06208415d5eb2001555d37851362" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964" |
| 7 | |
| 8 | inherit pypi setuptools3 |
| 9 | |
| 10 | PYPI_PACKAGE = "olefile" |
| 11 | PYPI_PACKAGE_EXT = "zip" |
| 12 | |
| 13 | RDEPENDS:${PN} += "\ |
| 14 | ${PYTHON_PN}-core \ |
| 15 | ${PYTHON_PN}-datetime \ |
| 16 | ${PYTHON_PN}-logging \ |
| 17 | " |