diff --git a/builds/runtimes/python-2.6.0 b/builds/runtimes/python-2.6.0 new file mode 100755 index 0000000000000000000000000000000000000000..5714b9aece41d13b0939bcb8b25a71181b1b675a --- /dev/null +++ b/builds/runtimes/python-2.6.0 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6/Python-2.6.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.1 b/builds/runtimes/python-2.6.1 new file mode 100755 index 0000000000000000000000000000000000000000..2bb5e68dc2bf11952fd457de644331ab303e0a07 --- /dev/null +++ b/builds/runtimes/python-2.6.1 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.1/Python-2.6.1.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.1 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.2 b/builds/runtimes/python-2.6.2 new file mode 100755 index 0000000000000000000000000000000000000000..d79a3b593af31326c2ff8362286a89b0f71401f6 --- /dev/null +++ b/builds/runtimes/python-2.6.2 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.2/Python-2.6.2.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.2 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.3 b/builds/runtimes/python-2.6.3 new file mode 100755 index 0000000000000000000000000000000000000000..c130830f6f6b85eb6c0d41a59e5720111856193d --- /dev/null +++ b/builds/runtimes/python-2.6.3 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.3/Python-2.6.3.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.3 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.4 b/builds/runtimes/python-2.6.4 new file mode 100755 index 0000000000000000000000000000000000000000..7ecd7c56bfbcd545cf314ad1ae39dfa44d977c5f --- /dev/null +++ b/builds/runtimes/python-2.6.4 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.4/Python-2.6.4.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.4 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.5 b/builds/runtimes/python-2.6.5 new file mode 100755 index 0000000000000000000000000000000000000000..69276fd714708e0d3603800cdac1a8259341eac1 --- /dev/null +++ b/builds/runtimes/python-2.6.5 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.6/Python-2.6.6.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.6 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.6 b/builds/runtimes/python-2.6.6 new file mode 100755 index 0000000000000000000000000000000000000000..69276fd714708e0d3603800cdac1a8259341eac1 --- /dev/null +++ b/builds/runtimes/python-2.6.6 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.6/Python-2.6.6.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.6 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.7 b/builds/runtimes/python-2.6.7 new file mode 100755 index 0000000000000000000000000000000000000000..6639db2806df1135a5b008cf62af31c567ba1f2b --- /dev/null +++ b/builds/runtimes/python-2.6.7 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.7/Python-2.6.7.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.7 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.8 b/builds/runtimes/python-2.6.8 new file mode 100755 index 0000000000000000000000000000000000000000..01b6073109169ebdb2930ff481dca3edd5252027 --- /dev/null +++ b/builds/runtimes/python-2.6.8 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.8/Python-2.6.8.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.8 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install diff --git a/builds/runtimes/python-2.6.9 b/builds/runtimes/python-2.6.9 new file mode 100755 index 0000000000000000000000000000000000000000..b346d70463faa1d4542622fb530d579cbe4daab8 --- /dev/null +++ b/builds/runtimes/python-2.6.9 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +echo "Building Python..." +SOURCE_TARBALL='http://python.org/ftp/python/2.6.9/Python-2.6.9.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-2.6.9 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install