[arch-commits] Commit in python/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Dec 13 12:57:11 UTC 2020
Date: Sunday, December 13, 2020 @ 12:57:10
Author: felixonmars
Revision: 404276
upgpkg: python 3.9.1-1
Modified:
python/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-13 11:55:26 UTC (rev 404275)
+++ PKGBUILD 2020-12-13 12:57:10 UTC (rev 404276)
@@ -8,7 +8,7 @@
pkgbase=python
pkgname=(python python-tests)
-pkgver=3.9.0
+pkgver=3.9.1
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=('b141039c9701a8cb0d15cd11a279153077524af4d0599e7d2c7279d4c18d05fda06b33ef82342d875de996c7117b7dc6eb154dc3669d38a1efa99801aeec6c5e'
+sha512sums=('b90029d6825751685983e9dcf0e0ec9e46f18e6c7d37b0dd7a245a94316f8c0090308ad7c2b2b49ed2514b0b909177231dd5bcad03031bf4624e37136fcf8019'
'SKIP')
validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) <nad at python.org>
'E3FF2839C048B25C084DEBE9B26995E310250568') # Łukasz Langa (GPG langa.pl) <lukasz at langa.pl>
@@ -71,10 +71,6 @@
}
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}
# Obtain next free server number for xvfb-run; this even works in a chroot environment.
@@ -83,7 +79,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 -x test_lib2to3 -x test_tools
+ "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall
}
package_python() {
More information about the arch-commits
mailing list