diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2020-12-18 15:00:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 12:00:45 -0800 |
| commit | bdb225bc6890ac507175fe2623d7665936335781 (patch) | |
| tree | 6b42b6d8b2930d329e0604645f2a60687621815c /ports/python3/vcpkg.json | |
| parent | e1417916bc1ed24bacd9cbc54bd42a99f996f618 (diff) | |
| download | vcpkg-bdb225bc6890ac507175fe2623d7665936335781.tar.gz vcpkg-bdb225bc6890ac507175fe2623d7665936335781.zip | |
[python3] Build interpreter (#14891)
Diffstat (limited to 'ports/python3/vcpkg.json')
| -rw-r--r-- | ports/python3/vcpkg.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json new file mode 100644 index 000000000..5907ab9b9 --- /dev/null +++ b/ports/python3/vcpkg.json @@ -0,0 +1,32 @@ +{ + "name": "python3", + "version-string": "3.9.0", + "port-version": 1, + "description": "The Python programming language", + "homepage": "https://github.com/python/cpython", + "supports": "!(arm | uwp)", + "dependencies": [ + { + "name": "bzip2", + "platform": "!(windows & static)" + }, + "expat", + { + "name": "libffi", + "platform": "!(windows & static)" + }, + { + "name": "liblzma", + "platform": "!(windows & static)" + }, + { + "name": "openssl", + "platform": "!(windows & static)" + }, + { + "name": "sqlite3", + "platform": "!(windows & static)" + }, + "zlib" + ] +} |
