Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36010: Add venv to the nuget distribution #12367

Merged
merged 5 commits into from Mar 30, 2019
Merged

Conversation

pfmoore
Copy link
Member

@pfmoore pfmoore commented Mar 16, 2019

Adds the venv standard library module to the nuget distribution.

https://bugs.python.org/issue36010

@pfmoore pfmoore changed the title Add venv to the nuget distribution bpo-36010: Add venv to the nuget distribution Mar 16, 2019
@pfmoore
Copy link
Member Author

pfmoore commented Mar 16, 2019

Note: See the comment on bpo, but as it stands this PR does not achieve the desired effect of adding venv to the nuget package.

@pfmoore pfmoore requested a review from zooba Mar 18, 2019
"stable",
"distutils",
"venv",
"launchers",
Copy link
Member

@zooba zooba Mar 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect we don't actually want this one. The original option was "launcher" (no "s"), which means it isn't including this.

IIRC, "launchers" is specific to the APPX package.

Copy link
Member

@zooba zooba Mar 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the include_launchers option is only referenced in one place and looks like this:

if ns.include_launchers and ns.include_appxmanifest:
    if ns.include_pip:
        yield from in_build("python_uwp.exe", new_name="pip")
    if ns.include_idle:
        yield from in_build("pythonw_uwp.exe", new_name="idle")

So no need for it here

Copy link
Member Author

@pfmoore pfmoore Mar 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed.

@zooba
Copy link
Member

zooba commented Mar 30, 2019

Thanks, Paul!

@zooba zooba merged commit e724152 into python:master Mar 30, 2019
@miss-islington
Copy link
Contributor

miss-islington commented Mar 30, 2019

Thanks @pfmoore for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Mar 30, 2019

GH-12634 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 30, 2019
(cherry picked from commit e724152)

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
zooba pushed a commit that referenced this pull request Mar 30, 2019
(cherry picked from commit e724152)

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants