summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/send2trash/python3-send2trash_2.1.0.bb
diff options
context:
space:
mode:
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.bb16
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 @@
1SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb"
4
5inherit pypi python_setuptools_build_meta ptest-python-pytest
6
7SRC_URI += "file://run-ptest"
8SRC_URI[sha256sum] = "1c72b39f09457db3c05ce1d19158c2cbef4c32b8bedd02c155e49282b7ea7459"
9
10PYPI_PACKAGE = "send2trash"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12
13RDEPENDS:${PN} += "\
14 python3-io \
15 python3-datetime \
16"