diff --git a/builds/runtimes/python-3.2.0 b/builds/runtimes/python-3.2.0 new file mode 100755 index 0000000000000000000000000000000000000000..f4c5ce231632191e0db8b7330e25089bef8d1d0f --- /dev/null +++ b/builds/runtimes/python-3.2.0 @@ -0,0 +1,17 @@ +#!/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/3.2/Python-3.2.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-3.2 src +cd src + +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python diff --git a/builds/runtimes/python-3.2.1 b/builds/runtimes/python-3.2.1 new file mode 100755 index 0000000000000000000000000000000000000000..68392d09fcdc9c822f7fa78497744c8b8daafbf7 --- /dev/null +++ b/builds/runtimes/python-3.2.1 @@ -0,0 +1,17 @@ +#!/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/3.2.1/Python-3.2.1.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-3.2.1 src +cd src + +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python diff --git a/builds/runtimes/python-3.2.2 b/builds/runtimes/python-3.2.2 new file mode 100755 index 0000000000000000000000000000000000000000..dd22cab778d52bf3d5bed79b5bbed5a5e58bc452 --- /dev/null +++ b/builds/runtimes/python-3.2.2 @@ -0,0 +1,17 @@ +#!/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/3.2.2/Python-3.2.2.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-3.2.2 src +cd src + +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python diff --git a/builds/runtimes/python-3.2.3 b/builds/runtimes/python-3.2.3 new file mode 100755 index 0000000000000000000000000000000000000000..9d887e6e40f79c4c68b0da00759374ea32d97d47 --- /dev/null +++ b/builds/runtimes/python-3.2.3 @@ -0,0 +1,17 @@ +#!/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/3.2.3/Python-3.2.3.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-3.2.3 src +cd src + +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python diff --git a/builds/runtimes/python-3.2.4 b/builds/runtimes/python-3.2.4 new file mode 100755 index 0000000000000000000000000000000000000000..20d2050d7ab29ddef29601c5c461726cacfcf712 --- /dev/null +++ b/builds/runtimes/python-3.2.4 @@ -0,0 +1,17 @@ +#!/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/3.2.4/Python-3.2.4.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-3.2.4 src +cd src + +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python diff --git a/builds/runtimes/python-3.2.5 b/builds/runtimes/python-3.2.5 new file mode 100755 index 0000000000000000000000000000000000000000..1c4b18e68b9227397cc53c8c22401a826266a912 --- /dev/null +++ b/builds/runtimes/python-3.2.5 @@ -0,0 +1,17 @@ +#!/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/3.2.5/Python-3.2.5.tgz' +curl -L $SOURCE_TARBALL | tar xz +mv Python-3.2.5 src +cd src + +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python