Like oldshortcut said, I was also able to update python2 with running the following yay command:
yay -S python2 --mflags "--nocheck"
Did not need to add gpg keys
This worked for me, thanks!
Git Clone URL: | https://aur.archlinux.org/python2.git (read-only, click to copy) |
---|---|
Package Base: | python2 |
Description: | A high-level scripting language |
Upstream URL: | https://www.python.org/ |
Licenses: | PSF-2.0 |
Conflicts: | python |
Submitter: | jelly |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 74 |
Popularity: | 0.45 |
First Submitted: | 2022-09-23 10:01 (UTC) |
Last Updated: | 2024-06-17 22:01 (UTC) |
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 Next › Last »
Like oldshortcut said, I was also able to update python2 with running the following yay command:
yay -S python2 --mflags "--nocheck"
Did not need to add gpg keys
This worked for me, thanks!
Here same problem, update does not works from KDE konsole but with xterm update correctly. -.-
Thank you for migrating this to the AUR
Tried installing with xfce terminal, got the error:
1 test failed:
test_curses
Tried with XTerm, and it worked
It builds successfully for me after doing
gpg --recv-keys 04C367C218ADD4FF
Keys here https://www.python.org/downloads/
omg micwoj you are so amazing for python2 😫😫😫🇵🇱🇵🇱
Is it possible that we're hitting https://bugs.python.org/issue36630 https://bugs.python.org/issue36982 (same bug, one is a duplicate).
test_curses doesn't like ncurses 6.1
I don't know how about how to read python test output so I couldn't convince myself that we're hitting that bug but adding test_curses to the excluded tests list. check() passes for me now.
diff --git a/PKGBUILD b/PKGBUILD
index 79d76de..75673ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -105,7 +105,7 @@ check() {
cd Python-${pkgver}
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
- xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes test_ssl test_ftplib test_imaplib test_urllib2_localnet test_codecmaps_jp
+ xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes test_ssl test_ftplib test_imaplib test_urllib2_localnet test_codecmaps_jp test_curses
}
package() {
Like oldshortcut said, I was also able to update python2 with running the following yay command:
yay -S python2 --mflags "--nocheck"
Did not need to add gpg keys
I've tried compiling on 3 different machines, with and without chroot, all segfault and fail to build:
segfault at 0 ip 00007fe8cb2c8164 sp 00007ffd147290e8 error 4 in _testcapi.so[7fe8cb2c8000+6000]
I was able to update python2 with running the following yay command on two systems
$ yay -S python2 --mflags "--nocheck"
Thank you for maintaining this package! I use it for the healing filter in GIMP.
Pinned Comments