pyenv/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0

14 lines
486 B
Plaintext
Raw Normal View History

2017-06-09 11:03:34 -05:00
case "$(pypy_architecture 2>/dev/null || true)" in
"linux64" )
2017-06-09 12:42:31 -05:00
install_package "pypy3.5-5.8-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2#76c2c4b2846e38d2b4846d4b5f9dc0bd9fd7a9b1f04beb92975ae090ad390d75" "pypy" verify_py35 ensurepip
2017-06-09 11:03:34 -05:00
;;
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac