From f55d333aef7aa6a3b5e1f78c41961b6f743c0aaf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 6 Aug 2012 04:35:43 -0400 Subject: [PATCH] python 2.6 --- formula/python-2.6.0 | 20 ++++++++++++++++++++ formula/python-2.6.1 | 20 ++++++++++++++++++++ formula/python-2.6.2 | 20 ++++++++++++++++++++ formula/python-2.6.3 | 20 ++++++++++++++++++++ formula/python-2.6.4 | 20 ++++++++++++++++++++ formula/python-2.6.5 | 20 ++++++++++++++++++++ formula/python-2.6.6 | 20 ++++++++++++++++++++ 7 files changed, 140 insertions(+) create mode 100644 formula/python-2.6.0 create mode 100644 formula/python-2.6.1 create mode 100644 formula/python-2.6.2 create mode 100644 formula/python-2.6.3 create mode 100644 formula/python-2.6.4 create mode 100644 formula/python-2.6.5 create mode 100644 formula/python-2.6.6 diff --git a/formula/python-2.6.0 b/formula/python-2.6.0 new file mode 100644 index 0000000..b050d77 --- /dev/null +++ b/formula/python-2.6.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.6/Python-2.6.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6 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.6.1 b/formula/python-2.6.1 new file mode 100644 index 0000000..e7b1c08 --- /dev/null +++ b/formula/python-2.6.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.6.1/Python-2.6.1.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6.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.6.2 b/formula/python-2.6.2 new file mode 100644 index 0000000..4e30268 --- /dev/null +++ b/formula/python-2.6.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.6.2/Python-2.6.2.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6.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.6.3 b/formula/python-2.6.3 new file mode 100644 index 0000000..3631f3c --- /dev/null +++ b/formula/python-2.6.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.6.3/Python-2.6.3.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6.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.6.4 b/formula/python-2.6.4 new file mode 100644 index 0000000..759692b --- /dev/null +++ b/formula/python-2.6.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.6.4/Python-2.6.4.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6.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.6.5 b/formula/python-2.6.5 new file mode 100644 index 0000000..b1884b7 --- /dev/null +++ b/formula/python-2.6.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.6.5/Python-2.6.5.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6.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.6.6 b/formula/python-2.6.6 new file mode 100644 index 0000000..8d78e05 --- /dev/null +++ b/formula/python-2.6.6 @@ -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.6.6/Python-2.6.6.tar.bz2' +curl $SOURCE_TARBALL | tar jx +mv Python-2.6.6 src +cd src + +./configure --prefix=$OUT_PREFIX +make +make install + +cd .. +rm -fr src \ No newline at end of file