mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
d098bf1e82
* Move lessmsi out of the installed tree * bump port version * v db
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "vcpkg-tool-python2",
|
|
"version": "2.7.18",
|
|
"port-version": 1,
|
|
"description": "Python 2",
|
|
"homepage": "https://www.python.org/download/releases/2.0/",
|
|
"license": "PSF-2.0",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-lessmsi",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|