diff --git a/srcpkgs/python3-tkinter/patches/musl-pgo-tests.patch b/srcpkgs/python3-tkinter/patches/musl-pgo-tests.patch new file mode 120000 index 00000000000..875f5e0c12b --- /dev/null +++ b/srcpkgs/python3-tkinter/patches/musl-pgo-tests.patch @@ -0,0 +1 @@ +../../python3/patches/musl-pgo-tests.patch \ No newline at end of file diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index 607459ff1b4..73cc637cd89 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -8,10 +8,10 @@ _desc="Python programming language" pkgname=python3-tkinter -version=3.12.7 +version=3.13.1 revision=1 build_style="gnu-configure" -configure_args="--enable-shared --enable-ipv6 --enable-optimizations +configure_args="--enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi --without-ensurepip" @@ -28,7 +28,7 @@ maintainer="Andrew J. Hesford " homepage="https://www.python.org" license="Python-2.0" distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz" -checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550 +checksum=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" @@ -37,6 +37,8 @@ fi if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3" configure_args+=" --with-build-python=python${py3_ver}" +else + configure_args+=" --enable-optimizations" fi post_extract() {