vcpkg/ports/python2/vcpkg.json
autoantwort 7f7f1a5145
[python2] add support expression (#24192)
* [python2] add support expression

* lower complexity of supports expression

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-19 11:47:45 -07:00

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