From a50c3d0f90fce5367b74ca3d46636eb75e7d04cc Mon Sep 17 00:00:00 2001 From: kshade Date: Sun, 28 Apr 2024 13:34:23 +0200 Subject: [PATCH 1/2] python3-mpv: update to 1.0.6. --- srcpkgs/python3-mpv/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index eb94673d7ca188..e27010fe155f95 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpv' pkgname=python3-mpv -version=1.0.3 -revision=2 +version=1.0.6 +revision=1 build_style=python3-pep517 # this test takes too long and has a low chance of failure # https://github.com/jaseg/python-mpv/issues/209#issuecomment-1180248112 @@ -14,4 +14,4 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/jaseg/python-mpv" distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz" -checksum=fe14008723fd3c380098e87a0fec811fca6e8885dd9501e20ee1db29aa4920a0 +checksum=652a4c35829f1faaa308314d1297911fdfdcd33c77dfac32d47a6f4dd958f11d From 311697b8d1d433d6bcb5650f40502f29559b5544 Mon Sep 17 00:00:00 2001 From: kshade Date: Sun, 28 Apr 2024 18:37:49 +0200 Subject: [PATCH 2/2] Added missing dependencies --- srcpkgs/python3-mpv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index e27010fe155f95..49ea4b3b63399b 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -7,8 +7,8 @@ build_style=python3-pep517 # https://github.com/jaseg/python-mpv/issues/209#issuecomment-1180248112 make_check_args="--deselect tests/test_mpv.py::TestLifecycle::test_wait_for_prooperty_event_overflow" hostmakedepends="python3-wheel" -depends="python3 mpv" -checkdepends="python3-pytest python3-xvfbwrapper mpv-devel" +depends="python3 mpv python3-Pillow" +checkdepends="python3-pytest python3-xvfbwrapper mpv-devel python3-PyVirtualDisplay" short_desc="Python3 interface to the MPV media player" maintainer="Orphaned " license="GPL-2.0-or-later"