Files
vcpkg/ports/python3/vcpkg.json

101 lines
2.0 KiB
JSON

{
"name": "python3",
"version": "3.12.9",
"port-version": 8,
"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": "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"
]
}
}
}