File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88_desc="Python programming language"
99
1010pkgname=python3-tkinter
11- version=3.12.7
11+ version=3.13.0
1212revision=1
1313build_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>"
2828homepage="https://www.python.org"
2929license="Python-2.0"
3030distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
31- checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
31+ checksum=086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
3232
3333if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
3434 makedepends+=" libxcrypt-devel"
3737if [ "$CROSS_BUILD" ]; then
3838 hostmakedepends+=" python3"
3939 configure_args+=" --with-build-python=python${py3_ver}"
40+ else
41+ configure_args+=" --enable-optimizations"
4042fi
4143
4244post_extract() {
You can’t perform that action at this time.
0 commit comments