@43615 you need to add the key to your local keyring
gpg --recv-key 04C367C218ADD4FF
| 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: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 76 |
| Popularity: | 0.66 |
| First Submitted: | 2022-09-23 10:01 (UTC) |
| Last Updated: | 2026-08-20 08:39 (UTC) |
@43615 you need to add the key to your local keyring
gpg --recv-key 04C367C218ADD4FF
Currently fails to build:
==> Making package: python2 2.7.18-17 (Sun Aug 30 11:53:33 2026)
==> Retrieving sources...
-> Found Python-2.7.18.tar.xz
-> Found Python-2.7.18.tar.xz.asc
-> Found mtime-workaround.patch
-> Found python-gentoo-patches-2.7.18_p16.tar.xz
==> Validating source files with sha512sums...
Python-2.7.18.tar.xz ... Passed
Python-2.7.18.tar.xz.asc ... Skipped
mtime-workaround.patch ... Passed
python-gentoo-patches-2.7.18_p16.tar.xz ... Passed
==> Verifying source file signatures with gpg...
Python-2.7.18.tar.xz ... FAILED (unknown public key 04C367C218ADD4FF)
==> ERROR: One or more PGP signatures could not be verified!
@patlefort: strange - makepkg or devtools don't download the Gentoo patches if they are already in the workspace. What AUR builder do you use (if any)?
Can you remove the url from the gentoo patches from the source array? It fails to download and it's included in this repo.
Actually, I added the patches locally and fixed a test, see https://aur.archlinux.org/cgit/aur.git/log/?h=python2 somehow the AUR currently doesn't show the correct current PKGBUILD?
Here is a link to a modified PKGBUILD which should compile successfully (it includes the url to the patches which @cedric-air posted); I've tested it:
The patches download properly. The PKGBUILD will take care of that.
If you want the patches to create your own PKGBUILD, you can do:
curl -L "https://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/pub/proj/python/patchsets/2.7/python-gentoo-patches-2.7.18_p16.tar.xz" -o python-gentoo-patches-2.7.18_p16.tar.xz
Gentoo patches fails to download. pokes
It seems the gentoo patches can be downloaded here: https://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/pub/proj/python/patchsets/2.7/
Building fails because the python Gentoo patches cannot be downloaded.
@nroth no issues here. "Python 2 on Arch" already ended and this package is only on life support with each day less and less packages requiring it.
Pinned Comments