mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
b12f78c3ed
* [python3] Add vcpkg's include directories to the end rather than to the beginning. This is safe because vcpkg never hydrates python3's $(PySrcDir)\externals directory, so it wasn't using vendored dependencies at all. * [antlr4] Install antlr headers in antlr4-runtime rather than the root to avoid stomping on common name token.h. This is consistent with the ubuntu packages.
33 lines
643 B
JSON
33 lines
643 B
JSON
{
|
|
"name": "python3",
|
|
"version-string": "3.9.0",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|