vcpkg/ports/python3/vcpkg.json
2020-12-18 12:00:45 -08:00

33 lines
643 B
JSON

{
"name": "python3",
"version-string": "3.9.0",
"port-version": 1,
"description": "The Python programming language",
"homepage": "https://github.com/python/cpython",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "bzip2",
"platform": "!(windows & static)"
},
"expat",
{
"name": "libffi",
"platform": "!(windows & static)"
},
{
"name": "liblzma",
"platform": "!(windows & static)"
},
{
"name": "openssl",
"platform": "!(windows & static)"
},
{
"name": "sqlite3",
"platform": "!(windows & static)"
},
"zlib"
]
}