Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
pyenv
espelho de
https://github.com/pyenv/pyenv.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
241
Wiki
Trabalho
Ver a proveniência
Add pypy-portable-2.5 (
#329
)
pull/336/head
Yamashita Yuu
há 11 anos
ascendente
292813eca3
cometimento
527334b401
3 ficheiros alterados
com
16 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+0
-0
plugins/python-build/share/python-build/pypy-portable-2.4
+16
-0
plugins/python-build/share/python-build/pypy-portable-2.5
+0
-0
plugins/python-build/share/python-build/pypy3-portable-2.4
plugins/python-build/share/python-build/pypy-portable-2.4.0 → plugins/python-build/share/python-build/pypy-portable-2.4
Ver ficheiro
+ 16
- 0
plugins/python-build/share/python-build/pypy-portable-2.5
Ver ficheiro
@ -0,0 +1,16 @@
case "$(pypy_architecture 2>/dev/null || true)" in
"linux" )
install_package "pypy-2.5-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5-linux_i686-portable.tar.bz2" "pypy" verify_py27 ensurepip
;;
"linux64" )
install_package "pypy-2.5-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5-linux_x86_64-portable.tar.bz2" "pypy" verify_py27 ensurepip
;;
* )
{ echo
colorize 1 "ERROR"
echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
echo
} >&2
exit 1
;;
esac
plugins/python-build/share/python-build/pypy3-portable-2.4.0 → plugins/python-build/share/python-build/pypy3-portable-2.4
Ver ficheiro
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar