mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
Upgrade to release 2.0.0: - Drop suport for Python 2 - Fix test_trash_topdir failing on macOS - Update source installation instructions - Update gio implementation, don't use deprecated GObject.GError License-Update: The license remains the same Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
445 B
BlitzBasic
16 lines
445 B
BlitzBasic
SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "1761421da3f9930bfe51ed7c45343948573383ad4c27e3acebc91be324e7770d"
|
|
|
|
PYPI_PACKAGE = "send2trash"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-io \
|
|
python3-datetime \
|
|
"
|