Okay, that is weird. I did it three times starting each time with an empty directory.
I am running python-3.12 but I will have a look and see if there are any older directories lying around that have not got cleared out.
Thanks for your help. At least I know it is working okay for you so there has to be something wrong with my setup somewhere.
Pinned Comments
GeneArch commented on 2025-01-03 10:34 (UTC)
Note on getting the git signing public key. Any of the following:
1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:
gpg --import < keys/pgp/*.asc
2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys
3) From authors website : https://www.sapience.com/tech
4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import