mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
python3-tkinter: update to 3.8.4.
This commit is contained in:
parent
e9121d41da
commit
f9d29fbe1e
1 changed files with 4 additions and 4 deletions
|
@ -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 SPLIT TO AVOID A
|
||||||
# A CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
|
# CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
|
||||||
#
|
#
|
||||||
|
|
||||||
_desc="Python programming language"
|
_desc="Python programming language"
|
||||||
|
|
||||||
pkgname=python3-tkinter
|
pkgname=python3-tkinter
|
||||||
version=3.8.3
|
version=3.8.4
|
||||||
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=dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
|
checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Ensure that internal copies of expat and libffi are not used.
|
# Ensure that internal copies of expat and libffi are not used.
|
||||||
|
|
Loading…
Add table
Reference in a new issue