diff options
Diffstat (limited to 'vcpkg/ports/vcpkg-tool-python2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vcpkg-tool-python2/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/vcpkg-tool-python2/vcpkg.json b/vcpkg/ports/vcpkg-tool-python2/vcpkg.json new file mode 100644 index 0000000..d79df12 --- /dev/null +++ b/vcpkg/ports/vcpkg-tool-python2/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "vcpkg-tool-python2", + "version": "2.7.18", + "port-version": 1, + "description": "Python 2", + "homepage": "https://www.python.org/download/releases/2.0/", + "license": "PSF-2.0", + "supports": "!uwp & !(arm & windows)", + "dependencies": [ + { + "name": "vcpkg-tool-lessmsi", + "host": true, + "platform": "windows" + } + ] +} |