{ "version": "2.1.0", "description": "A nicer 'git pull'", "homepage": "https://github.com/msiemens/PyGitUp", "license": "MIT", "depends": "python", "url": "https://github.com/msiemens/PyGitUp/archive/v2.1.0.zip", "hash": "1597de69626dd4a315cf1f1c7e8b2ca4b3e63464cee570eac03e5c2a5ba8e661", "extract_dir": "PyGitUp-2.1.0", "post_install": [ "pushd \"$dir\"", "try {", " scoop reset python", " iex \"$(scoop which python) setup.py install\"", "}", "finally {", " popd", "}" ], "checkver": "github", "autoupdate": { "url": "https://github.com/msiemens/PyGitUp/archive/v$version.zip", "extract_dir": "PyGitUp-$version" } }