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: 32
Popularity: 0.24
First Submitted: 2019-11-14 21:23 (UTC)
Last Updated: 2023-06-14 07:53 (UTC)

Dependencies (16)

Required by (12551)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

jrd commented on 2021-07-03 09:01 (UTC)

I had no problem with this package (in french):

Construction de python37...
==> Création du paquet python37 3.7.11-1 (sam. 03 juil. 2021 11:00:32)
==> Vérification des dépendances pour l’exécution…
==> Vérification des dépendances pour la compilation…
==> Récupération des sources…
  -> Téléchargement de Python-3.7.11.tar.xz…
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 15 16.5M   15 2559k    0     0  6705k      0  0:00:02 --:--:--  0:00:02 6700k
100 16.5M  100 16.5M    0     0  12.2M      0  0:00:01  0:00:01 --:--:-- 12.2M
  -> Téléchargement de Python-3.7.11.tar.xz.asc…
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   833  100   833    0     0  22109      0 --:--:-- --:--:-- --:--:-- 21921
  -> dont-make-libpython-readonly.patch trouvé
  -> 0002-smaller-pgo-test-suite.patch trouvé
  -> 0003-enable-building-with-libmpdec.patch trouvé
==> Validation des fichiers source avec sha512sums…
    Python-3.7.11.tar.xz ... Réussite
    Python-3.7.11.tar.xz.asc ... Ignoré
    dont-make-libpython-readonly.patch ... Réussite
    0002-smaller-pgo-test-suite.patch ... Réussite
    0003-enable-building-with-libmpdec.patch ... Réussite
==> Vérification des signatures des fichiers sources grâce à gpg…
    Python-3.7.11.tar.xz ... Réussite
==> Suppression du répertoire $srcdir/ existant…
==> Extraction des sources…
  -> Extraction de Python-3.7.11.tar.xz avec bsdtar
==> Lancement de prepare()…

greut commented on 2021-07-03 07:48 (UTC)

@Krtko some pacman wrappers are able to import the PGP/GPG keys for you. https://wiki.archlinux.org/title/AUR_helpers#Pacman_wrappers

Afaik, 3.7.11 was signed by the same person/key than the previous one. Sorry for the trouble.

robibert commented on 2021-07-02 13:01 (UTC)

I specified the key server gpg --keyserver hkp://pgp.mit.edu:80 --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D and it worked for me

Krtko commented on 2021-07-01 04:58 (UTC)

:: PGP keys need importing:
 -> 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D, required by: python37

...

==> Verifying source file signatures with gpg...
    Python-3.7.11.tar.xz ... FAILED (unknown public key 2D347EA6AA65421D)
==> ERROR: One or more PGP signatures could not be verified!

greut commented on 2021-01-20 15:42 (UTC)

@user20159 me neither. I've made it more like Python38, let me know if it breaks anything on your side. Thanks for the heads up.

user20159 commented on 2021-01-19 16:46 (UTC)

I'm not sure if this question has been asked already, I've checked the comments but couldn't see anything. How can it be that python37 has llvm gdb xorg-server-xvfb as additional dependencies over python38 or python36? Furthermore, build time is around twice as long as for python38 or python36. Are the other ones missing something?

jhincks commented on 2020-09-28 20:15 (UTC)

build failed with "/usr/bin/xvfb-run: line 186: kill: (1576374) - No such process"

xvfb-run says in its help, that "-a" is deprecated, one should use "-d" instead. I replaced the two occurences in the PKGBUILD, then the build process was successfull.

RealGecko commented on 2020-09-22 08:59 (UTC)

I used this command to import the key

gpg --keyserver pool.sks-keyservers.net --receive-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

Leeo97one commented on 2020-09-18 20:14 (UTC) (edited on 2020-09-18 20:15 (UTC) by Leeo97one)

I have imported and signed the GPG key: pacman-key --list-keys

pub   rsa4096 2014-11-02 [SC]
      0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
uid          [  totale ] Ned Deily (Python release signing key) <nad@python.org>
uid          [  totale ] Ned Deily (Python release signing key) <nad@acm.org>
uid          [  totale ] Ned Deily <nad@baybryj.net>
uid          [  totale ] keybase.io/nad <nad@keybase.io>
sub   rsa4096 2014-11-02 [E]

But I'm still getting a GPG error and I'm not sure why:

==> Vérification des signatures des fichiers sources grâce à gpg…
    Python-3.7.9.tar.xz ... ÉCHEC (Clé publique inconnue 2D347EA6AA65421D)
==> ERREUR : Une ou plusieurs signatures PGP n’ont pas pu être vérifiées.

greut commented on 2020-09-10 19:45 (UTC)

@DMolt, it make sense to follow what is done for python35 and python36 in that regard and go without ensurepip.