tevent: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:00:59 -04:00
parent 0a07a94263
commit 1445c20f4f
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'tevent'
pkgname=tevent
version=0.11.0
revision=2
revision=3
build_style=waf3
build_helper="qemu"
configure_script="buildtools/bin/waf"
configure_args="--sysconfdir=/etc --localstatedir=/var
--disable-rpath --disable-rpath-install --without-gettext
--builtin-libraries=replace --bundled-libraries=NONE"
hostmakedepends="pkg-config docbook2x"
hostmakedepends="pkg-config docbook2x python3-setuptools"
makedepends="python3-devel talloc-devel libxslt gettext-devel cmocka-devel"
short_desc="Event system based on the talloc memory management library"
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"