aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/python3/vcpkg.json
blob: 9e0d5499990f6b705e3509713cf8cea8c8f418ef (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
  "name": "python3",
  "version": "3.12.9",
  "port-version": 7,
  "description": "The Python programming language",
  "homepage": "https://github.com/python/cpython",
  "license": "Python-2.0",
  "supports": "!uwp & !mingw",
  "dependencies": [
    {
      "name": "gettext-libintl",
      "platform": "!windows"
    },
    {
      "name": "libiconv",
      "platform": "!windows"
    },
    {
      "name": "libuuid",
      "platform": "!osx & !windows"
    },
    {
      "name": "python3",
      "host": true,
      "default-features": false
    },
    {
      "name": "python3",
      "features": [
        "extensions"
      ],
      "platform": "!windows"
    },
    {
      "name": "vcpkg-get-python",
      "host": true
    },
    {
      "name": "vcpkg-make",
      "host": true,
      "platform": "!windows"
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    },
    "zlib"
  ],
  "default-features": [
    {
      "name": "extensions",
      "platform": "!(staticcrt & windows)"
    }
  ],
  "features": {
    "extensions": {
      "description": "Allow the build and usage of python extensions. On windows this requires python to be a dynamic library!",
      "supports": "!(staticcrt & windows)",
      "dependencies": [
        {
          "name": "bzip2",
          "default-features": false
        },
        {
          "name": "expat",
          "default-features": false
        },
        {
          "name": "libffi",
          "default-features": false
        },
        {
          "name": "liblzma",
          "default-features": false
        },
        {
          "name": "ncurses",
          "platform": "!windows | mingw"
        },
        {
          "name": "openssl",
          "default-features": false
        },
        {
          "name": "sqlite3",
          "default-features": false
        },
        {
          "name": "vcpkg-pkgconfig-get-modules",
          "host": true,
          "platform": "windows & !mingw"
        }
      ]
    },
    "readline": {
      "description": "Build with readline.",
      "supports": "!windows",
      "dependencies": [
        "readline"
      ]
    }
  }
}