From 0076fe4f5328a6ff8f1e9343dc60b7adb63f172e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 18 Jul 2014 14:46:31 -0400 Subject: [PATCH] remove bunk pypys --- builds/runtimes/pypy3-2.1 | 14 -------------- builds/runtimes/pypy3-2.2 | 14 -------------- builds/runtimes/pypy3-2.2.1 | 14 -------------- builds/runtimes/pypy3-2.3 | 14 -------------- 4 files changed, 56 deletions(-) delete mode 100755 builds/runtimes/pypy3-2.1 delete mode 100755 builds/runtimes/pypy3-2.2 delete mode 100755 builds/runtimes/pypy3-2.2.1 delete mode 100755 builds/runtimes/pypy3-2.3 diff --git a/builds/runtimes/pypy3-2.1 b/builds/runtimes/pypy3-2.1 deleted file mode 100755 index f599e3ea..00000000 --- a/builds/runtimes/pypy3-2.1 +++ /dev/null @@ -1,14 +0,0 @@ -#!/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/pypy3-2.1-linux64.tar.bz2' -curl -L $SOURCE_TARBALL | tar jx -cp -R pypy3-2.1/* $OUT_PREFIX - -ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python diff --git a/builds/runtimes/pypy3-2.2 b/builds/runtimes/pypy3-2.2 deleted file mode 100755 index 23ec2bbf..00000000 --- a/builds/runtimes/pypy3-2.2 +++ /dev/null @@ -1,14 +0,0 @@ -#!/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/pypy3-2.2-linux64.tar.bz2' -curl -L $SOURCE_TARBALL | tar jx -cp -R pypy3-2.3.1-linux64/* $OUT_PREFIX - -ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python diff --git a/builds/runtimes/pypy3-2.2.1 b/builds/runtimes/pypy3-2.2.1 deleted file mode 100755 index fb00702f..00000000 --- a/builds/runtimes/pypy3-2.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -#!/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/pypy3-2.2.1-linux64.tar.bz2' -curl -L $SOURCE_TARBALL | tar jx -cp -R pypy3-2.2.1-linux64/* $OUT_PREFIX - -ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python diff --git a/builds/runtimes/pypy3-2.3 b/builds/runtimes/pypy3-2.3 deleted file mode 100755 index dbff7e6f..00000000 --- a/builds/runtimes/pypy3-2.3 +++ /dev/null @@ -1,14 +0,0 @@ -#!/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/pypy3-2.3-linux64.tar.bz2' -curl -L $SOURCE_TARBALL | tar jx -cp -R pypy3-2.3-linux64/* $OUT_PREFIX - -ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python -- GitLab