mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/python to 3.5.2-1
This commit is contained in:
parent
1b8012c2f7
commit
18997899fa
1 changed files with 4 additions and 6 deletions
|
@ -9,8 +9,8 @@
|
|||
# - removed valgrind from makedepends
|
||||
|
||||
pkgname=python
|
||||
pkgver=3.5.1
|
||||
pkgrel=2
|
||||
pkgver=3.5.2
|
||||
pkgrel=1
|
||||
_pybasever=3.5
|
||||
pkgdesc="Next generation of the python high-level scripting language"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -30,7 +30,7 @@ provides=('python3')
|
|||
replaces=('python3')
|
||||
source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"
|
||||
dont-make-libpython-readonly.patch)
|
||||
sha1sums=('0186da436db76776196612b98bb9c2f76acfe90e'
|
||||
sha1sums=('4843aabacec5bc0cdd3e1f778faa926e532794d2'
|
||||
'c22b24324b8e53326702de439c401d97927ee3f2')
|
||||
|
||||
prepare() {
|
||||
|
@ -71,10 +71,8 @@ build() {
|
|||
|
||||
check() {
|
||||
# Failures:
|
||||
# test_pathlib & test_posixpath: https://bugs.python.org/issue24950
|
||||
# test_gdb
|
||||
# test_distutils: because of our EXTRA_CFLAGS
|
||||
# test_nntplib: downloading external files and failed
|
||||
# test_socket
|
||||
|
||||
# Hacks:
|
||||
# test_tk: xvfb-run
|
||||
|
|
Loading…
Reference in a new issue