python-tkinter: update to 2.7.18.
This commit is contained in:
parent
ef6ac962bb
commit
5ce2d3d130
|
@ -7,8 +7,8 @@
|
||||||
_desc="Interpreted, interactive, object-oriented programming language"
|
_desc="Interpreted, interactive, object-oriented programming language"
|
||||||
|
|
||||||
pkgname=python-tkinter
|
pkgname=python-tkinter
|
||||||
version=2.7.17
|
version=2.7.18
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
pycompile_dirs="usr/lib/python2.7/lib-tk"
|
pycompile_dirs="usr/lib/python2.7/lib-tk"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -19,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
homepage="https://www.python.org"
|
homepage="https://www.python.org"
|
||||||
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=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41
|
checksum=b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Ensure that internal copies of expat, libffi and zlib are not used.
|
# 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/_ctypes/libffi*
|
||||||
rm -r Modules/zlib
|
rm -r Modules/zlib
|
||||||
# Enable loading sqlite extensions.
|
# Enable loading sqlite extensions.
|
||||||
sed -i '/SQLITE_OMIT_LOAD_EXTENSION/d' setup.py
|
vsed -i '/SQLITE_OMIT_LOAD_EXTENSION/d' setup.py
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in New Issue