aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/vcpkg.json
blob: 0a0b7778f16b397255e1eddb2dc24a16cb11b65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "python3",
  "version-string": "3.9.2",
  "description": "The Python programming language",
  "homepage": "https://github.com/python/cpython",
  "supports": "!(arm | uwp)",
  "dependencies": [
    {
      "name": "bzip2",
      "platform": "!(windows & static)"
    },
    "expat",
    {
      "name": "gettext",
      "platform": "osx"
    },
    {
      "name": "libffi",
      "platform": "!(windows & static)"
    },
    {
      "name": "libiconv",
      "platform": "osx"
    },
    {
      "name": "liblzma",
      "platform": "!(windows & static)"
    },
    {
      "name": "openssl",
      "platform": "!(windows & static)"
    },
    {
      "name": "sqlite3",
      "platform": "!(windows & static)"
    },
    "zlib"
  ]
}