]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34977: Add Windows App Store package (GH-11027)
authorSteve Dower <steve.dower@microsoft.com>
Tue, 11 Dec 2018 02:52:57 +0000 (18:52 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 02:52:57 +0000 (18:52 -0800)
commit0cd6391fd890368ea1743dac50c366b42f2fd126
tree1e2d8fd6c85a08477d3eb4082badd9a50386e63e
parent1c3de541e64f75046b20cdd27bada1557e550bcd
bpo-34977: Add Windows App Store package (GH-11027)

Also adds the PC/layout script for generating layouts on Windows.
47 files changed:
.azure-pipelines/windows-appx-test.yml [new file with mode: 0644]
.azure-pipelines/windows-steps.yml
.gitattributes
Doc/make.bat
Doc/using/windows.rst
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Windows/2018-10-30-13-39-17.bpo-34977.0l7_QV.rst [new file with mode: 0644]
PC/classicAppCompat.can.xml [new file with mode: 0644]
PC/classicAppCompat.cat [new file with mode: 0644]
PC/classicAppCompat.sccd [new file with mode: 0644]
PC/icons/pythonwx150.png [new file with mode: 0644]
PC/icons/pythonwx44.png [new file with mode: 0644]
PC/icons/pythonx150.png [new file with mode: 0644]
PC/icons/pythonx44.png [new file with mode: 0644]
PC/icons/pythonx50.png [new file with mode: 0644]
PC/layout/__init__.py [new file with mode: 0644]
PC/layout/__main__.py [new file with mode: 0644]
PC/layout/main.py [new file with mode: 0644]
PC/layout/support/__init__.py [new file with mode: 0644]
PC/layout/support/appxmanifest.py [new file with mode: 0644]
PC/layout/support/catalog.py [new file with mode: 0644]
PC/layout/support/constants.py [new file with mode: 0644]
PC/layout/support/distutils.command.bdist_wininst.py [new file with mode: 0644]
PC/layout/support/filesets.py [new file with mode: 0644]
PC/layout/support/logging.py [new file with mode: 0644]
PC/layout/support/options.py [new file with mode: 0644]
PC/layout/support/pip.py [new file with mode: 0644]
PC/layout/support/props.py [new file with mode: 0644]
PC/layout/support/python.props [moved from Tools/nuget/python.props with 100% similarity]
PC/pylauncher.rc
PC/python_uwp.cpp [new file with mode: 0644]
PC/store_info.txt [new file with mode: 0644]
PCbuild/_tkinter.vcxproj
PCbuild/find_msbuild.bat
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/python_uwp.vcxproj [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythonw_uwp.vcxproj [new file with mode: 0644]
Tools/msi/buildrelease.bat
Tools/msi/make_appx.ps1 [new file with mode: 0644]
Tools/msi/make_cat.ps1 [new file with mode: 0644]
Tools/msi/make_zip.proj
Tools/msi/make_zip.py [deleted file]
Tools/msi/sdktools.psm1 [new file with mode: 0644]
Tools/msi/sign_build.ps1 [new file with mode: 0644]
Tools/nuget/make_pkg.proj