From 6f94b366f8d2dd00330f23585e8e3f7710d8e57d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Tue, 30 Sep 2014 11:05:58 -0400
Subject: [PATCH] pypy-2.4.0

---
 builds/runtimes/pypy-2.4.0 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100755 builds/runtimes/pypy-2.4.0

diff --git a/builds/runtimes/pypy-2.4.0 b/builds/runtimes/pypy-2.4.0
new file mode 100755
index 00000000..0a80c666
--- /dev/null
+++ b/builds/runtimes/pypy-2.4.0
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+# Build Path: /app/.heroku/python/
+# Build Deps: libraries/sqlite
+
+# NOTICE: This formula only works for the cedar-14 stack, not cedar.
+
+OUT_PREFIX=$1
+
+echo "Building PyPy..."
+SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-linux64.tar.bz2'
+curl -L $SOURCE_TARBALL | tar jx
+cp -R pypy-2.4.0-linux64/* $OUT_PREFIX
+
+ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python
-- 
GitLab