mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/python to 3.4.3-1
This commit is contained in:
parent
cc0b1d4a4f
commit
4019cc96c1
1 changed files with 4 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
# - removed --with-valgrind from configure line
|
||||
|
||||
pkgname=python
|
||||
pkgver=3.4.2
|
||||
pkgrel=2
|
||||
pkgver=3.4.3
|
||||
pkgrel=1
|
||||
_pybasever=3.4
|
||||
pkgdesc="Next generation of the python high-level scripting language"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -30,7 +30,7 @@ options=('!makeflags')
|
|||
provides=('python3')
|
||||
replaces=('python3')
|
||||
source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
|
||||
sha1sums=('0727d8a8498733baabe6f51632b9bab0cbaa9ada')
|
||||
sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456')
|
||||
|
||||
prepare() {
|
||||
cd Python-${pkgver}
|
||||
|
@ -67,13 +67,11 @@ build() {
|
|||
|
||||
check() {
|
||||
# test_site: http://bugs.python.org/issue21535
|
||||
# test_urllib2_localnet: domain "blackhole.snakebite.net" not exist ?!
|
||||
# test_socket: domain "испытание.python.org" could not be resolved.
|
||||
|
||||
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 test_socket test_gdb
|
||||
"${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_site test_posixpath test_urllib2_localnet
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue