8
8
# Contributor: Jason Chu <jason@archlinux.org>
9
9
10
10
pkgname=python-git
11
- pkgver=3.8.0a0.r102447.a6b3ec5b6d
11
+ pkgver=3.8.0a0.r102451.fc439d20de
12
12
pkgrel=1
13
13
_pybasever=3.8
14
14
pkgdesc=" Next generation of the python high-level scripting language"
@@ -17,6 +17,7 @@ license=('custom')
17
17
url=" https://www.python.org/"
18
18
depends=(' expat' ' bzip2' ' gdbm' ' openssl' ' libffi' ' zlib' ' libnsl' )
19
19
makedepends=(' tk' ' sqlite' ' valgrind' ' bluez-libs' ' mpdecimal' ' xz' ' git' ' llvm' ' gdb' ' xorg-server-xvfb' )
20
+ checkdepends=(' ttf-font' )
20
21
optdepends=(' sqlite'
21
22
' mpdecimal: for decimal'
22
23
' xz: for lzma'
@@ -85,12 +86,8 @@ build() {
85
86
}
86
87
87
88
check () {
88
- # test_gdb is expected to fail with LTO
89
- # test_idle, test_tk, test_ttk_guionly segfaults since 3.6.5
90
-
91
89
# https://bugs.python.org/issue34022
92
- # test_cmd_line_script, test_compileall, test_importlib,
93
- # test_multiprocessing_main_handling, test_py_compile, test_runpy
90
+ # test_cmd_line_script, test_multiprocessing_main_handling, test_runpy
94
91
95
92
cd cpython
96
93
@@ -100,8 +97,8 @@ check() {
100
97
101
98
LD_LIBRARY_PATH=" ${srcdir} /cpython" :${LD_LIBRARY_PATH} \
102
99
LC_CTYPE=en_US.UTF-8 xvfb-run -s " -screen 0 1280x720x24 -ac +extension GLX" -a -n " $servernum " \
103
- " ${srcdir} /cpython/python" -m test.regrtest -v -uall -x test_gdb -x test_idle -x test_tk -x test_ttk_guionly \
104
- -x test_cmd_line_script -x test_compileall -x test_importlib -x test_multiprocessing_main_handling -x test_py_compile -x test_runpy
100
+ " ${srcdir} /cpython/python" -m test.regrtest -v -uall \
101
+ -x test_cmd_line_script -x test_multiprocessing_main_handling -x test_runpy
105
102
}
106
103
107
104
package () {
0 commit comments