extra/python to 3.4.2-1

This commit is contained in:
Kevin Mihelich 2014-10-09 13:05:33 +00:00
parent 4b77b7d6ad
commit a091b67012

View file

@ -1,6 +1,6 @@
# $Id$
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
@ -10,7 +10,7 @@
# - removed --with-valgrind from configure line
pkgname=python
pkgver=3.4.1
pkgver=3.4.2
pkgrel=1
_pybasever=3.4
pkgdesc="Next generation of the python high-level scripting language"
@ -30,7 +30,7 @@ options=('!makeflags')
provides=('python3')
replaces=('python3')
source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
sha1sums=('143e098efe7ee7bec8a4904ec4b322f28a067a03')
sha1sums=('0727d8a8498733baabe6f51632b9bab0cbaa9ada')
prepare() {
cd Python-${pkgver}
@ -71,7 +71,7 @@ check() {
cd Python-${pkgver}
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
TERM=screen \
"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_posixpath test_uuid test_site test_urllib2_localnet
"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_posixpath test_uuid test_site test_urllib2_localnet test_gdb
}
package() {