From 2ab9e2ae719bf7582282e2e036d9cb609873bbab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:38 -0400 Subject: [PATCH] playitslowly: rebuild for Python 3.12 --- srcpkgs/playitslowly/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template index 93a7df151fe..4bc238ef5f2 100644 --- a/srcpkgs/playitslowly/template +++ b/srcpkgs/playitslowly/template @@ -1,9 +1,9 @@ # Template file for 'playitslowly' pkgname=playitslowly version=1.5.1 -revision=6 +revision=7 build_style=python3-module -hostmakedepends="python3" +hostmakedepends="python3 python3-setuptools" depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-libav" short_desc="Play back audio files at a different speed or pitch" @@ -12,3 +12,4 @@ license="GPL-3.0-or-later" homepage="https://29a.ch/playitslowly" distfiles="https://29a.ch/playitslowly/${pkgname}-${version}.tar.gz" checksum=7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa +make_check=no # tarball provides no tests