mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tevent: rebuild for Python 3.12
This commit is contained in:
parent
0a07a94263
commit
1445c20f4f
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'tevent'
|
# Template file for 'tevent'
|
||||||
pkgname=tevent
|
pkgname=tevent
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_script="buildtools/bin/waf"
|
configure_script="buildtools/bin/waf"
|
||||||
configure_args="--sysconfdir=/etc --localstatedir=/var
|
configure_args="--sysconfdir=/etc --localstatedir=/var
|
||||||
--disable-rpath --disable-rpath-install --without-gettext
|
--disable-rpath --disable-rpath-install --without-gettext
|
||||||
--builtin-libraries=replace --bundled-libraries=NONE"
|
--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"
|
makedepends="python3-devel talloc-devel libxslt gettext-devel cmocka-devel"
|
||||||
short_desc="Event system based on the talloc memory management library"
|
short_desc="Event system based on the talloc memory management library"
|
||||||
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue