aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/python2/vcpkg.json
blob: efd3c6db82d3e77ed399183289d7b3398414eaf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "python2",
  "version": "2.7.18",
  "port-version": 7,
  "description": "The Python programming language as an embeddable library",
  "homepage": "https://www.python.org",
  "license": "Python-2.0",
  "supports": "!(arm & osx) & !(arm & windows) & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}