early-access version 2853
This commit is contained in:
50
externals/vcpkg/ports/python3/vcpkg.json
vendored
Executable file
50
externals/vcpkg/ports/python3/vcpkg.json
vendored
Executable file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "python3",
|
||||
"version": "3.10.2",
|
||||
"port-version": 2,
|
||||
"description": "The Python programming language",
|
||||
"homepage": "https://github.com/python/cpython",
|
||||
"license": "Python-2.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "bzip2",
|
||||
"platform": "!(windows & static)"
|
||||
},
|
||||
"expat",
|
||||
{
|
||||
"name": "gettext",
|
||||
"platform": "osx"
|
||||
},
|
||||
{
|
||||
"name": "libffi",
|
||||
"platform": "!(windows & static)"
|
||||
},
|
||||
{
|
||||
"name": "libiconv",
|
||||
"platform": "osx"
|
||||
},
|
||||
{
|
||||
"name": "liblzma",
|
||||
"platform": "!(windows & static)"
|
||||
},
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "!(windows & static)"
|
||||
},
|
||||
{
|
||||
"name": "python3",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"platform": "!(windows & static)"
|
||||
},
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
"deprecated-win7-support": {
|
||||
"description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user