Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" |
2 | LICENSE = "BSD-3-Clause" | ||||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb" | ||||
4 | |||||
5 | inherit pypi python_setuptools_build_meta | ||||
6 | |||||
7 | SRC_URI[sha256sum] = "c132d59fa44b9ca2b1699af5c86f57ce9f4c5eb56629d5d55fbb7a35f84e2312" | ||||
8 | |||||
9 | PYPI_PACKAGE = "Send2Trash" | ||||
10 | |||||
11 | RDEPENDS:${PN} += "\ | ||||
12 | python3-io \ | ||||
13 | python3-datetime \ | ||||
14 | " |