python-tkinter: update to 2.7.18.

This commit is contained in:
Piraty 2020-04-20 23:41:26 +02:00
parent ef6ac962bb
commit 5ce2d3d130

View file

@ -7,8 +7,8 @@
_desc="Interpreted, interactive, object-oriented programming language"
pkgname=python-tkinter
version=2.7.17
revision=2
version=2.7.18
revision=1
wrksrc="Python-${version}"
pycompile_dirs="usr/lib/python2.7/lib-tk"
hostmakedepends="pkg-config"
@ -19,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Python-2.0"
homepage="https://www.python.org"
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
checksum=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41
checksum=b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43
pre_configure() {
# Ensure that internal copies of expat, libffi and zlib are not used.
@ -27,7 +27,7 @@ pre_configure() {
rm -r Modules/_ctypes/libffi*
rm -r Modules/zlib
# Enable loading sqlite extensions.
sed -i '/SQLITE_OMIT_LOAD_EXTENSION/d' setup.py
vsed -i '/SQLITE_OMIT_LOAD_EXTENSION/d' setup.py
}
do_configure() {