cropgui: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:04:06 -04:00
parent 1778cf81d2
commit 33cd5342b5

View file

@ -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 <orphan@voidlinux.org>"
license="GPL-2.0-or-later"