diff --git a/formula/python-2.5.0 b/formula/python-2.5.0 new file mode 100755 index 0000000..b697ede --- /dev/null +++ b/formula/python-2.5.0 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.5/Python-2.5.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.5 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.5.1 b/formula/python-2.5.1 new file mode 100755 index 0000000..9b8221d --- /dev/null +++ b/formula/python-2.5.1 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.1/Python-2.5.1.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.5.1 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.5.2 b/formula/python-2.5.2 new file mode 100755 index 0000000..8494fd6 --- /dev/null +++ b/formula/python-2.5.2 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.5.2 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.5.3 b/formula/python-2.5.3 new file mode 100755 index 0000000..7a47987 --- /dev/null +++ b/formula/python-2.5.3 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.5.4 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.5.4 b/formula/python-2.5.4 new file mode 100755 index 0000000..7a47987 --- /dev/null +++ b/formula/python-2.5.4 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.5.4 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file diff --git a/formula/python-2.5.5 b/formula/python-2.5.5 new file mode 100755 index 0000000..064c3cb --- /dev/null +++ b/formula/python-2.5.5 @@ -0,0 +1,20 @@ +#!/usr/bin/env bash +# Options: + +OUT_PREFIX=$1 + +echo "Building SQLite..." +./parts/sqlite $OUT_PREFIX + +echo "Building Python..." +SOURCE_TARBALL='http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.5.5 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file