33# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
44#
55pkgname=python3
6- version=3.12.7
6+ version=3.13.0
77revision=1
88build_style="gnu-configure"
9- configure_args="--enable-shared --enable-ipv6 --enable-optimizations
9+ configure_args="--enable-shared --enable-ipv6
1010 --enable-loadable-sqlite-extensions --with-computed-gotos
11- --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
11+ --with-dbmliborder=gdbm:ndbm --with-system-expat
1212 --without-ensurepip ac_cv_working_tzset=yes"
1313pycompile_dirs="usr/lib/python${version%.*}"
1414hostmakedepends="pkgconf autoconf-archive automake"
@@ -20,13 +20,13 @@ short_desc="Python programming language (${version%.*} series)"
2020maintainer="Andrew J. Hesford <ajh@sideband.org>"
2121license="Python-2.0"
2222homepage="https://www.python.org"
23- _bluez="bluez-5.64 "
23+ _bluez="bluez-5.76 "
2424distfiles="
2525 https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz
2626 ${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
2727"
28- checksum="24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
29- ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34 "
28+ checksum="086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
29+ 55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63 "
3030skip_extraction="${_bluez}.tar.xz"
3131
3232alternatives="
@@ -44,6 +44,8 @@ if [ "$CROSS_BUILD" ]; then
4444 hostmakedepends+=" python3"
4545 configure_args+=" --with-build-python=python${py3_ver}"
4646 configure_args+=" ac_cv_broken_sem_getvalue=no"
47+ else
48+ configure_args+=" --enable-optimizations"
4749fi
4850
4951post_extract() {
0 commit comments