python-tkinter: update to 2.7.18.4.

Adopted.
This commit is contained in:
Leah Neukirchen 2021-03-08 11:55:56 +01:00
parent e1010c1b5c
commit 1907757d14
1 changed files with 6 additions and 6 deletions

View File

@ -7,19 +7,19 @@
_desc="Interpreted, interactive, object-oriented programming language"
pkgname=python-tkinter
version=2.7.18
revision=3
wrksrc="Python-${version}"
version=2.7.18.4
revision=1
wrksrc="cpython-${version}"
pycompile_dirs="usr/lib/python2.7/lib-tk"
hostmakedepends="pkg-config"
makedepends="libffi-devel readline-devel gdbm-devel openssl-devel expat-devel
sqlite-devel bzip2-devel zlib-devel tk-devel"
short_desc="${_desc} - GUI toolkit for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Python-2.0"
homepage="https://www.python.org"
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
checksum=b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43
distfiles="https://github.com/ActiveState/cpython/archive/v${version}.tar.gz"
checksum=003a4fbd03fa0dbb3cf88d894c40311ef30dd17b2aa85291c3136393148b1362
pre_configure() {
# Ensure that internal copies of expat, libffi and zlib are not used.