Parcourir la source
Merge pull request #1070 from BanzaiMan/pypy-xenial
Allow binary installs of PyPy on Xenial
pull/1082/head
Yamashita, Yuu
il y a 8 ans
committed by
GitHub
Parent
révision
65ddf84926
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec
2 ajouts et
2 suppressions
-
plugins/python-build/share/python-build/pypy2.7-5.10.0
-
plugins/python-build/share/python-build/pypy3.5-5.10.0
|
|
|
@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in |
|
|
|
fi |
|
|
|
;; |
|
|
|
"linux64" ) |
|
|
|
if require_distro "Ubuntu 14.04" 1>/dev/null 2>&1; then |
|
|
|
if require_distro "Ubuntu 14.04" "Ubuntu 16.04" 1>/dev/null 2>&1; then |
|
|
|
install_package "pypy2-v5.10.0-linux64" "https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.0-linux64.tar.bz2#da85af9240220179493ad66c857934dc7ea91aef8f168cd293a2d99af8346ee2" "pypy" verify_py27 ensurepip |
|
|
|
else |
|
|
|
{ echo |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in |
|
|
|
fi |
|
|
|
;; |
|
|
|
"linux64" ) |
|
|
|
if require_distro "Ubuntu 14.04" 1>/dev/null 2>&1; then |
|
|
|
if require_distro "Ubuntu 14.04" "Ubuntu 16.04" 1>/dev/null 2>&1; then |
|
|
|
install_package "pypy3-v5.10.0-linux64" "https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.10.0-linux64.tar.bz2#aa4fb52fb858d973dd838dcf8d74f30705e5afdf1150acb8e056eb99353dfe77" "pypy" verify_py27 ensurepip |
|
|
|
else |
|
|
|
{ echo |
|
|
|
|