File tree Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Expand file tree Collapse file tree 2 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 8
8
# Contributor: Jason Chu <[email protected] >
9
9
10
10
pkgname=python-git
11
- pkgver=3.9.0a0.r106035.91874bb0716
11
+ pkgver=3.9.0a0.r106069.e02ab59fdf
12
12
pkgrel=1
13
13
_pybasever=3.9
14
14
pkgdesc=" Next generation of the python high-level scripting language"
@@ -22,10 +22,8 @@ optdepends=('sqlite'
22
22
' mpdecimal: for decimal'
23
23
' xz: for lzma'
24
24
' tk: for tkinter' )
25
- source=(" git+https://github.com/python/cpython#branch=master"
26
- $pkgname -issue38692.diff)
27
- sha512sums=(' SKIP'
28
- ' bb18f476e74d969a16aa4077f01963f551b067d5dbeae80159d663dcf4f8e043f446c4c888388fbe3436d31d29401f6cbcfc74ace9257879e32b0d7731245a47' )
25
+ source=(" git+https://github.com/python/cpython#branch=master" )
26
+ sha512sums=(' SKIP' )
29
27
30
28
pkgver () {
31
29
cd cpython
@@ -38,9 +36,6 @@ pkgver() {
38
36
prepare () {
39
37
cd cpython
40
38
41
- # https://bugs.python.org/issue38692
42
- patch -Np1 -i ../$pkgname -issue38692.diff
43
-
44
39
# FS#23997
45
40
sed -i -e " s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
46
41
@@ -90,9 +85,10 @@ check() {
90
85
export servernum=99
91
86
while ! xvfb-run -a -n " $servernum " /bin/true 2> /dev/null; do servernum=$(( servernum+ 1 )) ; done
92
87
88
+ # test_socket hangs from time to time
93
89
LD_LIBRARY_PATH=" ${srcdir} /cpython" :${LD_LIBRARY_PATH} \
94
90
LC_CTYPE=en_US.UTF-8 xvfb-run -s " -screen 0 1280x720x24 -ac +extension GLX" -a -n " $servernum " \
95
- " ${srcdir} /cpython/python" -m test.regrtest -w -uall -x test_ttk_guionly -x test_tk -j -1
91
+ " ${srcdir} /cpython/python" -m test.regrtest -w -uall -x test_ttk_guionly -x test_tk -x test_socket - j -1
96
92
}
97
93
98
94
package () {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments