From ca00b8e2e9365a0a1f08de26e5c070cbe79ff1cc Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Fri, 9 Jun 2017 10:43:38 -0500 Subject: [PATCH] Added pypy2.7-portable-5.8.0 --- .../share/python-build/pypy2.7-portable-5.8.0 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 diff --git a/plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 b/plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 new file mode 100644 index 00000000..c1d75676 --- /dev/null +++ b/plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 @@ -0,0 +1,13 @@ +case "$(pypy_architecture 2>/dev/null || true)" in +"linux64" ) + install_package "pypy-5.8-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.8-linux_x86_64-portable.tar.bz2#337fd7e947a74cb09253f5ff330fb1be471b1d7a64c2d0340ac387920e71bf3c" "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