vcpkg/ports/vcpkg-tool-python2/vcpkg.json
Alexander Neumann d098bf1e82
[lessmsi] Remove tool from installed tree (#29766)
* Move lessmsi out of the installed tree

* bump port version

* v db
2023-02-22 12:11:17 -08:00

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"
}
]
}