Skip to content

Commit

Permalink
python3-mpv: update to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kshade authored and cinerea0 committed May 2, 2024
1 parent 9cfc60e commit 7791f49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/python3-mpv/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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
make_check_args="--deselect tests/test_mpv.py::TestLifecycle::test_wait_for_prooperty_event_overflow"
make_check_args="-v --deselect tests/test_mpv.py::TestLifecycle::test_wait_for_property_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 <orphan@voidlinux.org>"
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

0 comments on commit 7791f49

Please sign in to comment.