python3: update to 3.6.10.

This commit is contained in:
travankor 2019-12-20 01:20:51 -07:00 committed by Helmut Pozimski
parent 8e3d9854b5
commit 5eacd4a42a

View file

@ -3,15 +3,15 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
#
pkgname=python3
version=3.6.9
revision=2
version=3.6.10
revision=1
wrksrc="Python-${version}"
short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)"
short_desc="Python programming language (${version%.*} series)"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://www.python.org"
license="Python-2.0"
homepage="https://www.python.org"
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
checksum=5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da
checksum=0a833c398ac8cd7c5538f7232d8531afef943c60495c504484f308dac3af40de
pycompile_dirs="usr/lib/python${version%.*}"
hostmakedepends="pkg-config"