mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 16:17:13 +08:00
c0d667ad6b
* [python3][python2] Use mkdir -p to create directories to avoid race conditions * Revert "[vcpkg baseline][python3] Fix race during parallel install (#21734)" This reverts commit a515872b1abf58b639bf8b15ab5fe23b62f25ac3. # Conflicts: # ports/python3/vcpkg.json # versions/baseline.json # versions/p-/python3.json Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"name": "python2",
|
|
"version": "2.7.18",
|
|
"port-version": 2,
|
|
"description": "The Python programming language as an embeddable library",
|
|
"homepage": "https://www.python.org",
|
|
"license": "Python-2.0"
|
|
}
|