extra/python2 to 2.7.15-4

This commit is contained in:
Kevin Mihelich 2019-01-13 13:56:49 +00:00
parent 9762d23682
commit 99a7a9d4c9

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@ -9,7 +8,7 @@
pkgname=python2
pkgver=2.7.15
pkgrel=2
pkgrel=4
_pybasever=2.7
pkgdesc="A high-level scripting language"
arch=('x86_64')
@ -89,7 +88,7 @@ check() {
cd Python-${pkgver}
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes
xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes test_ssl
}
package() {