From cd22737d707cb9c929213820cefec7957d74f7c4 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Tue, 21 Mar 2017 21:00:44 -0500 Subject: [PATCH] Added pypy-portable-5.7.0 (#868) --- .../share/python-build/pypy-portable-5.7.0 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/python-build/share/python-build/pypy-portable-5.7.0 diff --git a/plugins/python-build/share/python-build/pypy-portable-5.7.0 b/plugins/python-build/share/python-build/pypy-portable-5.7.0 new file mode 100644 index 00000000..bd551088 --- /dev/null +++ b/plugins/python-build/share/python-build/pypy-portable-5.7.0 @@ -0,0 +1,13 @@ +case "$(pypy_architecture 2>/dev/null || true)" in +"linux64" ) + install_package "pypy-5.7-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7-linux_x86_64-portable.tar.bz2#209d2224fe461d85afb201a0c8da18df21219687defadd4550b60420a120bacb" "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