mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:06:45 +08:00
7f7f1a5145
* [python2] add support expression * lower complexity of supports expression Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
10 lines
268 B
JSON
10 lines
268 B
JSON
{
|
|
"name": "python2",
|
|
"version": "2.7.18",
|
|
"port-version": 5,
|
|
"description": "The Python programming language as an embeddable library",
|
|
"homepage": "https://www.python.org",
|
|
"license": "Python-2.0",
|
|
"supports": "!(arm & osx) & !(arm & windows) & !uwp"
|
|
}
|