Package Details: python37 3.7.17-1

Git Clone URL: https://aur.archlinux.org/python37.git (read-only, click to copy)
Package Base: python37
Description: Major release 3.7 of the Python high-level programming language
Upstream URL: https://www.python.org/
Keywords: python python3
Licenses: custom
Provides: python
Submitter: 5long
Maintainer: greut (jrd)
Last Packager: greut
Votes: 33
Popularity: 0.055977
First Submitted: 2019-11-14 21:23 (UTC)
Last Updated: 2023-06-14 07:53 (UTC)

Dependencies (16)

Required by (13032)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

5long commented on 2019-11-15 14:05 (UTC)

@ashep: you might wanna manually import the GPG key from the upstream maintainer. See the wiki: https://wiki.archlinux.org/index.php/PKGBUILD#validpgpkeys for how to do it.

Also, if you're using some kind of AUR helper (in my case, it's yay), it should automatically import the GPG key for you.

5long commented on 2019-11-15 14:03 (UTC)

Thanks for all your feed back. I just removed the check() section with 3.7.5-2.

At first I thought that it's up to the users who decide if they would run check() or not when building a package. You can skip the check() phase in makepkg.conf(5). What drives me made the decision is: some of the tests just don't pass and I probably can't fix them anyway.

But still, the tests are gonna run in build() phase since the default build method is "PGO build", which is still kinda slow.

chrismax commented on 2019-11-15 13:21 (UTC)

@Nomalag I also noticed this when I switched back to python36.

Nomalag commented on 2019-11-15 12:07 (UTC)

Is the check section really necessary? The python36 doesn't have it and the tests take more than an hour on my machine.

chrismax commented on 2019-11-15 09:59 (UTC)

Hi thanks for submitting this python package :) During the build I encountered this failure:

== Tests result: FAILURE ==

395 tests OK.

1 test failed: test_curses

9 tests skipped: test_devpoll test_kqueue test_msilib test_ossaudiodev test_startfile test_winconsoleio test_winreg test_winsound test_zipfile64

Total duration: 23 min 56 sec Tests result: FAILURE

ashep commented on 2019-11-15 02:40 (UTC) (edited on 2019-11-15 02:40 (UTC) by ashep)

==> Validating source files with sha512sums... Python-3.7.5.tar.xz ... Passed Python-3.7.5.tar.xz.asc ... Skipped dont-make-libpython-readonly.patch ... Passed 0001-compileall-Fix-ddir-when-recursing.patch ... Passed ==> Verifying source file signatures with gpg... Python-3.7.5.tar.xz ... FAILED (unknown public key 2D347EA6AA65421D) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build python37.