summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb16
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 @@
1SUMMARY = "Python bindings for mpv"
2DESCRIPTION = "python-mpv is a ctypes-based python interface to the mpv media player"
3HOMEPAGE = "https://github.com/jaseg/python-mpv"
4SECTION = "devel/python"
5
6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
9SRC_URI[sha256sum] = "95dbd4d869cd8de7a27914ad33e776accc0f01cb82a6d5b31ca439ade2208ffb"
10
11inherit pypi python_setuptools_build_meta
12
13RDEPENDS:${PN} += "\
14 mpv \
15 python3-ctypes \
16"