From ac1182a451c2078f126a19a8acd8b9d1e50fa7ad Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Thu, 28 Jul 2022 03:04:33 -0400 Subject: [PATCH 1/2] New package: python3-xvfbwrapper-0.2.9 --- srcpkgs/python3-xvfbwrapper/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-xvfbwrapper/template diff --git a/srcpkgs/python3-xvfbwrapper/template b/srcpkgs/python3-xvfbwrapper/template new file mode 100644 index 000000000000..8e25733c3412 --- /dev/null +++ b/srcpkgs/python3-xvfbwrapper/template @@ -0,0 +1,19 @@ +# Template file for 'python3-xvfbwrapper' +pkgname=python3-xvfbwrapper +version=0.2.9 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +# this builds using distutils and will break if upstream doesn't +# change the build system before python3-3.12.0 +depends="xorg-server-xvfb" +short_desc="Python wrapper for controlling Xvfb" +maintainer="RunningDroid " +license="MIT" +homepage="https://pypi.org/project/xvfbwrapper/" +distfiles="${PYPI_SITE}/x/xvfbwrapper/xvfbwrapper-${version}.tar.gz" +checksum=bcf4ae571941b40254faf7a73432dfc119ad21ce688f1fdec533067037ecfc24 + +pre_install() { + vlicense LICENSE +} From 3911abdb4aff65dccecd797ddee1be70d5a76ae9 Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Thu, 28 Jul 2022 03:04:47 -0400 Subject: [PATCH 2/2] python3-mpv: update to 1.0.1 --- srcpkgs/python3-mpv/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index 3cccc3ee6c11..47efa967f970 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -1,18 +1,18 @@ # Template file for 'python3-mpv' pkgname=python3-mpv -version=0.5.2 -revision=2 +version=1.0.1 +revision=1 wrksrc="python-mpv-${version}" 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" depends="python3 mpv" +checkdepends="python3-pytest python3-xvfbwrapper mpv-devel" short_desc="Python3 interface to the MPV media player" maintainer="Orphaned " -license="AGPL-3.0-or-later" +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=3eacaecef995de7c9bbb80fe30223ab4ca427128384610fa2d87214961085fdb - -post_install() { - vlicense LICENSE -} +checksum=b5dc6dbf2e2b90ec21ffa7e30729eb7d9556296e0617742f24af179377e6bfd9