mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-mpv: update to 1.0.1
This commit is contained in:
parent
40b0c09cdb
commit
376118ad2d
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-mpv'
|
# Template file for 'python3-mpv'
|
||||||
pkgname=python3-mpv
|
pkgname=python3-mpv
|
||||||
version=0.5.2
|
version=1.0.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="python-mpv-${version}"
|
wrksrc="python-mpv-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
# 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-setuptools"
|
||||||
depends="python3 mpv"
|
depends="python3 mpv"
|
||||||
|
checkdepends="python3-pytest python3-xvfbwrapper mpv-devel"
|
||||||
short_desc="Python3 interface to the MPV media player"
|
short_desc="Python3 interface to the MPV media player"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="AGPL-3.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/jaseg/python-mpv"
|
homepage="https://github.com/jaseg/python-mpv"
|
||||||
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
|
||||||
checksum=3eacaecef995de7c9bbb80fe30223ab4ca427128384610fa2d87214961085fdb
|
checksum=b5dc6dbf2e2b90ec21ffa7e30729eb7d9556296e0617742f24af179377e6bfd9
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue