blob: 48dc8e793f6c2a52bd1fb68cf3dbad5612975f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 ptest-python-pytest
SRC_URI += "file://0001-add-missing-conftest.py.patch \
file://run-ptest"
SRC_URI[sha256sum] = "1761421da3f9930bfe51ed7c45343948573383ad4c27e3acebc91be324e7770d"
PYPI_PACKAGE = "send2trash"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
RDEPENDS:${PN} += "\
python3-io \
python3-datetime \
"
|