diff --git a/plugins/python-build/share/python-build/pypy2.7-5.10.0 b/plugins/python-build/share/python-build/pypy2.7-5.10.0 index 0920ecaa..0c165db8 100644 --- a/plugins/python-build/share/python-build/pypy2.7-5.10.0 +++ b/plugins/python-build/share/python-build/pypy2.7-5.10.0 @@ -8,13 +8,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in 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 - colorize 1 "ERROR" - echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo "try 'pypy2.7-5.10.0-src' to build from source." - echo - } >&2 - exit 1 + install_package "pypy-5.10.0-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.10.0-linux_x86_64-portable.tar.bz2#c966124497ba8728654ce1161fa4c46b035ff30f289be70960f58292e5897cc8" "pypy" verify_py27 ensurepip fi ;; "linux-armel" ) diff --git a/plugins/python-build/share/python-build/pypy3.5-5.10.0 b/plugins/python-build/share/python-build/pypy3.5-5.10.0 index 294497cf..086cb5e1 100644 --- a/plugins/python-build/share/python-build/pypy3.5-5.10.0 +++ b/plugins/python-build/share/python-build/pypy3.5-5.10.0 @@ -8,13 +8,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in 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 - colorize 1 "ERROR" - echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo "try 'pypy3.5-5.10.0-src' to build from source." - echo - } >&2 - exit 1 + install_package "pypy3.5-5.10.0-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.10.0-linux_x86_64-portable.tar.bz2#d03f81f26e5e67d808569c5c69d56ceb007df78f7e36ab1c50da4d9096cebde0" "pypy" verify_py35 ensurepip fi ;; "linux-armel" )