mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python-tkinter: update to 2.7.16.
This commit is contained in:
parent
2bde38f266
commit
8d61385c64
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Template build file for 'python-tkinter'.
|
# Template file for 'python-tkinter'
|
||||||
#
|
#
|
||||||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python"; IT IS SPLITTED TO AVOID
|
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python"; IT IS SPLITTED TO AVOID
|
||||||
# A CYCLIC DEPENDENCY: python -> tk -> libX11 -> libxcb -> xcb-proto -> python
|
# A CYCLIC DEPENDENCY: python -> tk -> libX11 -> libxcb -> xcb-proto -> python
|
||||||
|
@ -7,19 +7,19 @@
|
||||||
_desc="Interpreted, interactive, object-oriented programming language"
|
_desc="Interpreted, interactive, object-oriented programming language"
|
||||||
|
|
||||||
pkgname=python-tkinter
|
pkgname=python-tkinter
|
||||||
version=2.7.15
|
version=2.7.16
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
|
pycompile_dirs="usr/lib/python2.7/lib-tk"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
|
makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
|
||||||
sqlite-devel bzip2-devel zlib-devel tk-devel"
|
sqlite-devel bzip2-devel zlib-devel tk-devel"
|
||||||
pycompile_dirs="usr/lib/python2.7/lib-tk"
|
|
||||||
short_desc="${_desc} - GUI toolkit for Python2"
|
short_desc="${_desc} - GUI toolkit for Python2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="https://www.python.org"
|
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
|
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=22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574
|
checksum=f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue