diff options
Diffstat (limited to 'meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb')
| -rw-r--r-- | meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb new file mode 100644 index 0000000000..147603a45b --- /dev/null +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 ptest-python-pytest | ||
| 6 | |||
| 7 | SRC_URI += "file://run-ptest" | ||
| 8 | SRC_URI[sha256sum] = "1c72b39f09457db3c05ce1d19158c2cbef4c32b8bedd02c155e49282b7ea7459" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "send2trash" | ||
| 11 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-io \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
