From 33cd5342b513246696696ab64b353fd506c12630 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:04:06 -0400 Subject: [PATCH] cropgui: rebuild for Python 3.12 --- srcpkgs/cropgui/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template index 3d148780af9..3f40903ab67 100644 --- a/srcpkgs/cropgui/template +++ b/srcpkgs/cropgui/template @@ -1,10 +1,9 @@ # Template file for 'cropgui' pkgname=cropgui version=0.6 -revision=1 -hostmakedepends="which python3" -depends="python3 python3-Pillow python3-gobject - libjpeg-turbo-tools ImageMagick exiftool gtk+3" +revision=2 +hostmakedepends="which python3-setuptools" +depends="python3-Pillow python3-gobject libjpeg-turbo-tools ImageMagick exiftool gtk+3" short_desc="Gtk frontend for lossless cropping of jpeg images" maintainer="Orphaned " license="GPL-2.0-or-later"