mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-tkinter: update to 3.13.1.
This commit is contained in:
parent
53d581e2a4
commit
d6c1e6450b
2 changed files with 6 additions and 3 deletions
1
srcpkgs/python3-tkinter/patches/musl-pgo-tests.patch
Symbolic link
1
srcpkgs/python3-tkinter/patches/musl-pgo-tests.patch
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../python3/patches/musl-pgo-tests.patch
|
|
@ -8,10 +8,10 @@
|
||||||
_desc="Python programming language"
|
_desc="Python programming language"
|
||||||
|
|
||||||
pkgname=python3-tkinter
|
pkgname=python3-tkinter
|
||||||
version=3.12.7
|
version=3.13.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
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
|
--enable-loadable-sqlite-extensions --with-computed-gotos
|
||||||
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
|
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
|
||||||
--without-ensurepip"
|
--without-ensurepip"
|
||||||
|
@ -28,7 +28,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
homepage="https://www.python.org"
|
homepage="https://www.python.org"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
|
distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz"
|
||||||
checksum=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
|
checksum=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libxcrypt-devel"
|
makedepends+=" libxcrypt-devel"
|
||||||
|
@ -37,6 +37,8 @@ fi
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python3"
|
hostmakedepends+=" python3"
|
||||||
configure_args+=" --with-build-python=python${py3_ver}"
|
configure_args+=" --with-build-python=python${py3_ver}"
|
||||||
|
else
|
||||||
|
configure_args+=" --enable-optimizations"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue