mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-mpv: update to 1.0.3
This commit is contained in:
parent
5662bc6437
commit
98f03d3eb0
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-mpv'
|
||||
pkgname=python3-mpv
|
||||
version=1.0.1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
version=1.0.3
|
||||
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"
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3 mpv"
|
||||
checkdepends="python3-pytest python3-xvfbwrapper mpv-devel"
|
||||
short_desc="Python3 interface to the MPV media player"
|
||||
|
@ -14,4 +14,4 @@ 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=b5dc6dbf2e2b90ec21ffa7e30729eb7d9556296e0617742f24af179377e6bfd9
|
||||
checksum=fe14008723fd3c380098e87a0fec811fca6e8885dd9501e20ee1db29aa4920a0
|
||||
|
|
Loading…
Add table
Reference in a new issue