Ver código fonte

Added pypy3.5-portable-5.8.0

pull/932/head
Samuel Villamonte 9 anos atrás
pai
commit
88e46c4b5a
1 arquivos alterados com 13 adições e 0 exclusões
  1. +13
    -0
      plugins/python-build/share/python-build/pypy3.5-portable-5.8.0

+ 13
- 0
plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 Ver arquivo

@ -0,0 +1,13 @@
case "$(pypy_architecture 2>/dev/null || true)" in
"linux64" )
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#https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-beta-linux_x86_64-portable.tar.bz2" "pypy" verify_py35 ensurepip
;;
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac

Carregando…
Cancelar
Salvar