mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:30:11 +08:00
[python2] add support expression (#24192)
* [python2] add support expression * lower complexity of supports expression Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
c25761eb76
commit
7f7f1a5145
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "python2",
|
"name": "python2",
|
||||||
"version": "2.7.18",
|
"version": "2.7.18",
|
||||||
"port-version": 4,
|
"port-version": 5,
|
||||||
"description": "The Python programming language as an embeddable library",
|
"description": "The Python programming language as an embeddable library",
|
||||||
"homepage": "https://www.python.org",
|
"homepage": "https://www.python.org",
|
||||||
"license": "Python-2.0"
|
"license": "Python-2.0",
|
||||||
|
"supports": "!(arm & osx) & !(arm & windows) & !uwp"
|
||||||
}
|
}
|
||||||
|
@ -978,9 +978,6 @@ popsift:x64-windows-static-md=fail
|
|||||||
portable-snippets:arm-uwp=fail
|
portable-snippets:arm-uwp=fail
|
||||||
pqp:arm-uwp=fail
|
pqp:arm-uwp=fail
|
||||||
pqp:x64-uwp=fail
|
pqp:x64-uwp=fail
|
||||||
python2:arm64-windows=fail
|
|
||||||
python2:arm-uwp=fail
|
|
||||||
python2:x64-uwp=fail
|
|
||||||
# Not yet ready for these platforms.
|
# Not yet ready for these platforms.
|
||||||
qbittorrent:x64-osx=fail
|
qbittorrent:x64-osx=fail
|
||||||
qbittorrent:x64-linux=fail
|
qbittorrent:x64-linux=fail
|
||||||
|
@ -5622,7 +5622,7 @@
|
|||||||
},
|
},
|
||||||
"python2": {
|
"python2": {
|
||||||
"baseline": "2.7.18",
|
"baseline": "2.7.18",
|
||||||
"port-version": 4
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"python3": {
|
"python3": {
|
||||||
"baseline": "3.10.2",
|
"baseline": "3.10.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "33912f36bba22e343da793d7de1a2dde41ab9da0",
|
||||||
|
"version": "2.7.18",
|
||||||
|
"port-version": 5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "355e949adaecb1603d0cdc3d690101e49ad9fb13",
|
"git-tree": "355e949adaecb1603d0cdc3d690101e49ad9fb13",
|
||||||
"version": "2.7.18",
|
"version": "2.7.18",
|
||||||
|
Loading…
Reference in New Issue
Block a user