diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb b/meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb new file mode 100644 index 0000000000..c11ad4a118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Python bindings for mpv" | ||
| 2 | DESCRIPTION = "python-mpv is a ctypes-based python interface to the mpv media player" | ||
| 3 | HOMEPAGE = "https://github.com/jaseg/python-mpv" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LICENSE = "GPL-2.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "95dbd4d869cd8de7a27914ad33e776accc0f01cb82a6d5b31ca439ade2208ffb" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | mpv \ | ||
| 15 | python3-ctypes \ | ||
| 16 | " | ||
