This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow to configure which gpg to use in distutils upload
Type: enhancement Stage: resolved
Components: Distutils Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ced, dstufft, eric.araujo, steve.dower
Priority: normal Keywords:

Created on 2015-05-19 13:06 by ced, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg243586 - (view) Author: Cédric Krier (ced) * Date: 2015-05-19 13:06
'gpg' is hard coded in distutils/command/upload.py and the spawn command doesn't even use the shell aliases.
So if you have only gpg2 installed it doesn't work.
I think the name (or even the all command line) should be configurable from ~/.pypirc
msg386384 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-02-03 18:26
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils.

If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68427
2021-02-03 18:26:25steve.dowersetstatus: open -> closed

nosy: + steve.dower
messages: + msg386384

resolution: out of date
stage: resolved
2015-05-19 13:06:48cedcreate