From 96faa3800312d8b0172fe9a96fc9faf10367f677 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 6 Aug 2012 04:58:13 -0400 Subject: [PATCH] python 2.5 --- formula/python-2.5.0 | 20 ++++++++++++++++++++ formula/python-2.5.1 | 20 ++++++++++++++++++++ formula/python-2.5.2 | 20 ++++++++++++++++++++ formula/python-2.5.3 | 20 ++++++++++++++++++++ formula/python-2.5.4 | 20 ++++++++++++++++++++ formula/python-2.5.5 | 20 ++++++++++++++++++++ 6 files changed, 120 insertions(+) create mode 100755 formula/python-2.5.0 create mode 100755 formula/python-2.5.1 create mode 100755 formula/python-2.5.2 create mode 100755 formula/python-2.5.3 create mode 100755 formula/python-2.5.4 create mode 100755 formula/python-2.5.5 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