Skip to content

Commit ae044fe

Browse files
committed
python3-tkinter: update to 3.13.0.
1 parent 73226f1 commit ae044fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

srcpkgs/python3-tkinter/template

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
_desc="Python programming language"
99

1010
pkgname=python3-tkinter
11-
version=3.12.7
11+
version=3.13.0
1212
revision=1
1313
build_style="gnu-configure"
14-
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
14+
configure_args="--enable-shared --enable-ipv6
1515
--enable-loadable-sqlite-extensions --with-computed-gotos
1616
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
1717
--without-ensurepip"
@@ -28,7 +28,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
2828
homepage="https://www.python.org"
2929
license="Python-2.0"
3030
distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
31-
checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
31+
checksum=086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
3232

3333
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
3434
makedepends+=" libxcrypt-devel"
@@ -37,6 +37,8 @@ fi
3737
if [ "$CROSS_BUILD" ]; then
3838
hostmakedepends+=" python3"
3939
configure_args+=" --with-build-python=python${py3_ver}"
40+
else
41+
configure_args+=" --enable-optimizations"
4042
fi
4143

4244
post_extract() {

0 commit comments

Comments
 (0)