From fe86d6d1082dc3712a0545d72f5058829a883639 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 6 Aug 2012 06:47:24 -0400 Subject: [PATCH] python 2.4 --- formula/python-2.4.0 | 20 ++++++++++++++++++++ formula/python-2.4.1 | 20 ++++++++++++++++++++ formula/python-2.4.2 | 20 ++++++++++++++++++++ formula/python-2.4.3 | 20 ++++++++++++++++++++ formula/python-2.4.4 | 20 ++++++++++++++++++++ formula/python-2.4.5 | 20 ++++++++++++++++++++ 6 files changed, 120 insertions(+) create mode 100755 formula/python-2.4.0 create mode 100755 formula/python-2.4.1 create mode 100755 formula/python-2.4.2 create mode 100755 formula/python-2.4.3 create mode 100755 formula/python-2.4.4 create mode 100755 formula/python-2.4.5 diff --git a/formula/python-2.4.0 b/formula/python-2.4.0 new file mode 100755 index 0000000..fad92be --- /dev/null +++ b/formula/python-2.4.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.4/Python-2.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.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.4.1 b/formula/python-2.4.1 new file mode 100755 index 0000000..636da03 --- /dev/null +++ b/formula/python-2.4.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.4.1/Python-2.4.1.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.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.4.2 b/formula/python-2.4.2 new file mode 100755 index 0000000..fea5c60 --- /dev/null +++ b/formula/python-2.4.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.4.2/Python-2.4.2.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.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.4.3 b/formula/python-2.4.3 new file mode 100755 index 0000000..26d7632 --- /dev/null +++ b/formula/python-2.4.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.4.3/Python-2.4.3.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.3 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.4.4 b/formula/python-2.4.4 new file mode 100755 index 0000000..760cd12 --- /dev/null +++ b/formula/python-2.4.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.4.4/Python-2.4.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.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.4.5 b/formula/python-2.4.5 new file mode 100755 index 0000000..d0bb3fe --- /dev/null +++ b/formula/python-2.4.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.4.5/Python-2.4.5.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.4.5 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file