python3: update to 3.8.4.
This commit is contained in:
parent
97afccadc1
commit
e9121d41da
2 changed files with 4 additions and 6 deletions
|
@ -1783,11 +1783,9 @@ libportaudio.so.2 portaudio-19.20140130_1
|
||||||
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
|
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
|
||||||
libdar.so.6000 libdar-2.6.6_1
|
libdar.so.6000 libdar-2.6.6_1
|
||||||
libdar64.so.6000 libdar-2.6.6_1
|
libdar64.so.6000 libdar-2.6.6_1
|
||||||
libpython3.so python3-3.6.2_1
|
|
||||||
libdar.so.5000 libdar-2.4.14_1
|
|
||||||
libpython3.6m.so.1.0 python3-3.6.2_1
|
|
||||||
libpython3.so python3-3.8.0_1
|
libpython3.so python3-3.8.0_1
|
||||||
libpython3.8.so.1.0 python3-3.8.0_1
|
libpython3.8.so.1.0 python3-3.8.0_1
|
||||||
|
libdar.so.5000 libdar-2.4.14_1
|
||||||
libbrscandec2.so.1 brother-brscan3-0.2.11_2
|
libbrscandec2.so.1 brother-brscan3-0.2.11_2
|
||||||
libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
|
libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
|
||||||
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
|
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
|
||||||
|
|
|
@ -3,15 +3,15 @@
|
||||||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
|
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
|
||||||
#
|
#
|
||||||
pkgname=python3
|
pkgname=python3
|
||||||
version=3.8.3
|
version=3.8.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
short_desc="Python programming language (${version%.*} series)"
|
short_desc="Python programming language (${version%.*} series)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
|
checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
|
||||||
|
|
||||||
pycompile_dirs="usr/lib/python${version%.*}"
|
pycompile_dirs="usr/lib/python${version%.*}"
|
||||||
hostmakedepends="pkgconf"
|
hostmakedepends="pkgconf"
|
||||||
|
|
Loading…
Reference in a new issue