{ "homepage": "https://github.com/msiemens/PyGitUp", "description": "A nicer 'git pull'", "license": "MIT", "version": "2.0.0", "url": "https://github.com/msiemens/PyGitUp/archive/v2.0.0.zip", "hash": "c20fcd2316a6dc9814ad9cbca1b6038393c0e4cf6e84eb5886273eef033e36b6", "extract_dir": "PyGitUp-2.0.0", "depends": "python", "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" } }