libproxy: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:25 -04:00
parent 21f0d6df12
commit e1d08cb3cf

View file

@ -1,11 +1,11 @@
# Template file for 'libproxy'
pkgname=libproxy
version=0.4.18
revision=2
revision=3
build_style=cmake
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
-DWITH_PERL=0 -DWITH_PYTHON3=1 -DWITH_WEBKIT=0"
hostmakedepends="pkg-config python3"
hostmakedepends="pkg-config python3 python3-setuptools"
makedepends="zlib-devel"
short_desc="Library handling all the details of proxy configuration"
maintainer="Orphaned <orphan@voidlinux.org>"