Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
def3136c
Commit
def3136c
authored
Jun 02, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no shared for 2.5
parent
abb0c9b3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
python-2.5.0
builds/runtimes/python-2.5.0
+1
-1
python-2.5.1
builds/runtimes/python-2.5.1
+1
-1
python-2.5.2
builds/runtimes/python-2.5.2
+1
-1
python-2.5.3
builds/runtimes/python-2.5.3
+1
-1
python-2.5.4
builds/runtimes/python-2.5.4
+1
-1
python-2.5.5
builds/runtimes/python-2.5.5
+1
-1
python-2.5.6
builds/runtimes/python-2.5.6
+1
-1
No files found.
builds/runtimes/python-2.5.0
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5 src
mv
Python-2.5 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
builds/runtimes/python-2.5.1
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5.1 src
mv
Python-2.5.1 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
builds/runtimes/python-2.5.2
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5.2 src
mv
Python-2.5.2 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
builds/runtimes/python-2.5.3
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5.3 src
mv
Python-2.5.3 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
builds/runtimes/python-2.5.4
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5.4 src
mv
Python-2.5.4 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
builds/runtimes/python-2.5.5
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5.5 src
mv
Python-2.5.5 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
builds/runtimes/python-2.5.6
View file @
def3136c
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.5.6 src
mv
Python-2.5.6 src
cd
src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
./configure
--prefix
=
$OUT_PREFIX
make
make
make
install
make
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment