python3-tkinter: update to 3.13.1.

This commit is contained in:
Andrew J. Hesford 2024-10-09 14:06:54 -04:00
parent 53d581e2a4
commit d6c1e6450b
2 changed files with 6 additions and 3 deletions
srcpkgs/python3-tkinter

View file

@ -0,0 +1 @@
../../python3/patches/musl-pgo-tests.patch

View file

@ -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 <ajh@sideband.org>"
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() {