Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
384 B
JSON

{
"name": "python2",
"version": "2.7.18",
"port-version": 7,
"description": "The Python programming language as an embeddable library",
"homepage": "https://www.python.org",
"license": "Python-2.0",
"supports": "!(arm & osx) & !(arm & windows) & !uwp",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}