From f11928af1130a85ce2ec8695b81484b1a769a27d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 2 Jun 2014 17:49:12 -0400 Subject: [PATCH] pypy 1.x series --- builds/runtimes/pypy-1.7 | 13 +++++++++++++ builds/runtimes/pypy-1.8 | 13 +++++++++++++ builds/runtimes/pypy-1.9 | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100755 builds/runtimes/pypy-1.7 create mode 100755 builds/runtimes/pypy-1.8 create mode 100755 builds/runtimes/pypy-1.9 diff --git a/builds/runtimes/pypy-1.7 b/builds/runtimes/pypy-1.7 new file mode 100755 index 0000000..a88d024 --- /dev/null +++ b/builds/runtimes/pypy-1.7 @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building PyPy..." +SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2' +curl -L $SOURCE_TARBALL | tar jx +mv pypy-1.7/* $OUT_PREFIX +rm -fr pypy-1.7 + +ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/builds/runtimes/pypy-1.8 b/builds/runtimes/pypy-1.8 new file mode 100755 index 0000000..a88d024 --- /dev/null +++ b/builds/runtimes/pypy-1.8 @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building PyPy..." +SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2' +curl -L $SOURCE_TARBALL | tar jx +mv pypy-1.7/* $OUT_PREFIX +rm -fr pypy-1.7 + +ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python \ No newline at end of file diff --git a/builds/runtimes/pypy-1.9 b/builds/runtimes/pypy-1.9 new file mode 100755 index 0000000..a88d024 --- /dev/null +++ b/builds/runtimes/pypy-1.9 @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building PyPy..." +SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2' +curl -L $SOURCE_TARBALL | tar jx +mv pypy-1.7/* $OUT_PREFIX +rm -fr pypy-1.7 + +ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python \ No newline at end of file