python3-tkinter: update to 3.6.10.

This commit is contained in:
travankor 2019-12-20 01:23:24 -07:00 committed by Helmut Pozimski
parent 5eacd4a42a
commit 1a8062cbef

View file

@ -1,13 +1,13 @@
# Template file for 'python3-tkinter'. # Template file for 'python3-tkinter'
# #
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3"; IT IS SPLITTED TO AVOID # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3"; IT IS SPLITTED TO AVOID
# A CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3 # A CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
# #
_desc="Interpreted, interactive, object-oriented programming language" _desc="Python programming language"
pkgname=python3-tkinter pkgname=python3-tkinter
version=3.6.9 version=3.6.10
revision=1 revision=1
wrksrc="Python-${version}" wrksrc="Python-${version}"
pycompile_dirs=" pycompile_dirs="
@ -22,7 +22,7 @@ maintainer="Orphaned <orphan@voidlinux.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}/Python-${version}.tar.xz" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
checksum=5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da checksum=0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de
pre_configure() { pre_configure() {
# Ensure that internal copies of zlib, expat and libffi are not used. # Ensure that internal copies of zlib, expat and libffi are not used.