Changes between Version 3 and Version 4 of jazz/20-04-25


Ignore:
Timestamp:
Apr 25, 2020, 11:39:21 AM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-04-25

    v3 v4  
    1313{{{
    1414{
    15     "url": "https://www.python.org/ftp/python/3.8.2/python-3.8.2-embed-amd64.zip",
    1615    "version": "3.8.2",
    17     "bin": "python.exe"
     16    "homepage": "https://www.python.org/",
     17    "description": "A programming language that lets you work quickly and integrate systems more effectively.",
     18    "license": "Python-2.0",
     19    "architecture": {
     20        "64bit": {
     21            "url": [
     22                "https://www.python.org/ftp/python/3.8.2/python-3.8.2-embed-amd64.zip",
     23                "https://bootstrap.pypa.io/get-pip.py"
     24            ],
     25            "hash": [
     26                "2927a3a6d0fe1f6e047a86059220aeda374eed23113b9ef5355acb8452d56453",
     27                "421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e"
     28            ]
     29        },
     30        "32bit": {
     31            "url": [
     32                "https://www.python.org/ftp/python/3.8.2/python-3.8.2-embed-win32.zip",
     33                "https://bootstrap.pypa.io/get-pip.py"
     34            ],
     35            "hash": [
     36                "3fefc09b640bb6bd1d91f9c3a63e314fb19d29603c1194db528b58efafbcbadb",
     37                "421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e"
     38            ]
     39        }
     40    },
     41    "post_install": [
     42        "(Get-Content \"$dir\\python38._pth\").replace(\"#import site\",\"import site\") | Set-Content \"$dir\\python38._pth\"",
     43        "python \"$dir\\get-pip.py\""
     44    ],
     45    "bin": [
     46        "python.exe",
     47        "pythonw.exe",
     48        [
     49            "python.exe",
     50            "python3"
     51        ]
     52    ],
     53    "env_add_path": [
     54        "Scripts",
     55        "."
     56    ]
    1857}
    1958}}}