From 444bb360a8c11f55860362f8d6d6ba1a169b6774 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 8 May 2016 12:58:36 -0500 Subject: [PATCH 1/2] Added PyPy Portable 5.1.1 Only tested 64-bit --- .../share/python-build/pypy-portable-5.1.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/python-build/share/python-build/pypy-portable-5.1.1 diff --git a/plugins/python-build/share/python-build/pypy-portable-5.1.1 b/plugins/python-build/share/python-build/pypy-portable-5.1.1 new file mode 100644 index 00000000..698c98a9 --- /dev/null +++ b/plugins/python-build/share/python-build/pypy-portable-5.1.1 @@ -0,0 +1,16 @@ +case "$(pypy_architecture 2>/dev/null || true)" in +"linux" ) + install_package "pypy-5.1.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.1.1-linux_i686-portable.tar.bz2#f00faf426f41f9980344d03fd74bb949875c0cf86048ad762dd445f72353eb8f" "pypy" verify_py27 ensurepip + ;; +"linux64" ) + install_package "pypy-5.1.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.1.1-linux_x86_64-portable.tar.bz2#c0502d8db1cc2b81513cc6047813669b0a561cb20e41d60e179f51fe8657a794" "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 From 25184d9fcaa1946fe536f89670e850867eb568c8 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 8 May 2016 13:51:10 -0500 Subject: [PATCH 2/2] Added PyPy 5.1.1-src --- plugins/python-build/share/python-build/pypy-5.1.1-src | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/python-build/share/python-build/pypy-5.1.1-src diff --git a/plugins/python-build/share/python-build/pypy-5.1.1-src b/plugins/python-build/share/python-build/pypy-5.1.1-src new file mode 100644 index 00000000..7fbdb9db --- /dev/null +++ b/plugins/python-build/share/python-build/pypy-5.1.1-src @@ -0,0 +1,2 @@ +require_gcc +install_package "pypy-5.1.1-src" "https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.1-src.tar.bz2#ca3d943d7fbd78bb957ee9e5833ada4bb8506ac99a41b7628790e286a65ed2be" "pypy_builder" verify_py27 ensurepip