[arch-commits] Commit in python/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 09:27:52 UTC 2020
Date: Monday, November 9, 2020 @ 09:27:52
Author: felixonmars
Revision: 399653
upgpkg: python 3.9.0-1
Modified:
python/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 08:08:55 UTC (rev 399652)
+++ PKGBUILD 2020-11-09 09:27:52 UTC (rev 399653)
@@ -8,7 +8,7 @@
pkgbase=python
pkgname=(python python-tests)
-pkgver=3.8.6
+pkgver=3.9.0
pkgrel=1
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language"
@@ -18,7 +18,7 @@
depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font')
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
-sha512sums=('22faec84f6e172e1ac7c6bd6fd37e9b6ae4afc91cf5136aa8cac8ebbed8d18793f9196e8749b8ccc43447cb6c41cb450f65ea72dd363c06dfaeb14e0455f5560'
+sha512sums=('b141039c9701a8cb0d15cd11a279153077524af4d0599e7d2c7279d4c18d05fda06b33ef82342d875de996c7117b7dc6eb154dc3669d38a1efa99801aeec6c5e'
'SKIP')
validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) <nad at python.org>
'E3FF2839C048B25C084DEBE9B26995E310250568') # Łukasz Langa (GPG langa.pl) <lukasz at langa.pl>
@@ -71,6 +71,8 @@
check() {
# test_tk: https://bugs.python.org/issue41306
+ # test_lib2to3: https://bugs.python.org/issue41970
+ # test_tools: https://bugs.python.org/issue41971
cd Python-${pkgver}
@@ -80,7 +82,7 @@
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" -a -n "$servernum" \
- "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_tk
+ "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_tk -x test_lib2to3 -x test_tools
}
package_python() {
More information about the arch-commits
mailing list