diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-23 20:25:11 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-27 10:21:14 -0800 |
| commit | b654ca9c93514560154ed5270015a6fb84b09490 (patch) | |
| tree | 622e4af31f19281122b22be37becfd7c58e5ceb9 /meta-python | |
| parent | 7b78763428ee52d0c1bb26ae7071dc1f0251f9a7 (diff) | |
| download | meta-openembedded-b654ca9c93514560154ed5270015a6fb84b09490.tar.gz | |
python3-send2trash_ initial add 1.5.0
Currently it lives in:
* meta-jupyter
* meta-microcontroller
Seems important so add it to meta-python
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 0000000000..d906c0b9e3 --- /dev/null +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux" | ||
| 2 | LICENSE = "BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05faa35ba1ca10b723f19d286c9d5237" | ||
| 4 | |||
| 5 | inherit pypi setuptools3 | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "Send2Trash" | ||
