From b654ca9c93514560154ed5270015a6fb84b09490 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 23 Jan 2021 20:25:11 +0100 Subject: python3-send2trash_ initial add 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently it lives in: * meta-jupyter * meta-microcontroller Seems important so add it to meta-python Signed-off-by: Andreas Müller Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-extended/send2trash/python3-send2trash_1.5.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb new file mode 100644 index 000000000..d906c0b9e --- /dev/null +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=05faa35ba1ca10b723f19d286c9d5237" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2" + +PYPI_PACKAGE = "Send2Trash" -- cgit v1.2.3-54-g00ecf