[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:
autoantwort 2022-04-19 20:47:45 +02:00 committed by GitHub
parent c25761eb76
commit 7f7f1a5145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View File

@ -1,8 +1,9 @@
{
"name": "python2",
"version": "2.7.18",
"port-version": 4,
"port-version": 5,
"description": "The Python programming language as an embeddable library",
"homepage": "https://www.python.org",
"license": "Python-2.0"
"license": "Python-2.0",
"supports": "!(arm & osx) & !(arm & windows) & !uwp"
}

View File

@ -978,9 +978,6 @@ popsift:x64-windows-static-md=fail
portable-snippets:arm-uwp=fail
pqp:arm-uwp=fail
pqp:x64-uwp=fail
python2:arm64-windows=fail
python2:arm-uwp=fail
python2:x64-uwp=fail
# Not yet ready for these platforms.
qbittorrent:x64-osx=fail
qbittorrent:x64-linux=fail

View File

@ -5622,7 +5622,7 @@
},
"python2": {
"baseline": "2.7.18",
"port-version": 4
"port-version": 5
},
"python3": {
"baseline": "3.10.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "33912f36bba22e343da793d7de1a2dde41ab9da0",
"version": "2.7.18",
"port-version": 5
},
{
"git-tree": "355e949adaecb1603d0cdc3d690101e49ad9fb13",
"version": "2.7.18",