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: Add headless development preset layout
Type: enhancement Stage: resolved
Components: Build, Windows Versions: Python 3.9, Python 3.8
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2019-06-11 21:55 by Paul Monson, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13989 closed Paul Monson, 2019-06-11 21:58
Messages (4)
msg345275 - (view) Author: Paul Monson (Paul Monson) * Date: 2019-06-11 21:55
Add preset-headless preset which has everything that preset-default has minus tcltk and idle
msg345278 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-06-11 22:05
Why is this different from the nuget package? Should we just add more things into that package?
msg345390 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-06-12 17:29
In fact, any reason you can't use "--preset-nuget --include-..."? to add in whatever else you need? They are designed to compose like this deliberately.
msg345392 - (view) Author: Paul Monson (Paul Monson) * Date: 2019-06-12 17:46
Thanks for the feedback Steve

Looking at the differences between the change I proposed and the nuget package I agree that "--preset-nuget --include-..." is a better approach.

Closing this issue and the pull request.
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81420
2019-06-12 17:47:38Paul Monsonsetstatus: open -> closed
stage: patch review -> resolved
2019-06-12 17:46:15Paul Monsonsetmessages: + msg345392
2019-06-12 17:29:27steve.dowersetmessages: + msg345390
2019-06-11 22:05:39steve.dowersetmessages: + msg345278
2019-06-11 21:58:23Paul Monsonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request13852
2019-06-11 21:55:57Paul Monsoncreate