FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.6] bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) by zware · Pull Request #2237 · python/cpython · GitHub

/ cpython Public

[3.6] bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) - #2237

Merged
zware merged 1 commit into
python:3.6from
zware:goodbye-svn_backport_3.6
Jun 16, 2017
Merged

[3.6] bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)#2237
zware merged 1 commit into
python:3.6from
zware:goodbye-svn_backport_3.6

Conversation

zware commented Jun 16, 2017

Copy link
Copy Markdown
Member

The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via py -3.6. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio.

Also fixes an outdated note about _lzma in PCbuild/readme.txt

(cherry-picked from commit 51599e2)

…honGH-1783)

The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`.  This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio.

Also fixes an outdated note about _lzma in PCbuild/readme.txt
zware force-pushed the goodbye-svn_backport_3.6 branch from 8f1ea7d to 4e0b82e Compare June 16, 2017 03:51
Mariatta changed the title bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) [3.6] bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) Jun 16, 2017

Copy link
Copy Markdown
Member

I added [3.6] to the PR title.

zware merged commit 04431c9 into python:3.6 Jun 16, 2017
zware deleted the goodbye-svn_backport_3.6 branch June 16, 2017 06:06

zware commented Jun 16, 2017

Copy link
Copy Markdown
Member Author

Thanks @Mariatta, I never remember to add those tags :)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL