- 13 Oct, 2014 1 commit
-
-
Kenneth Reitz authored
-
- 12 Oct, 2014 3 commits
-
-
Kenneth Reitz authored
Fix typo in libffi check
-
Kenneth Reitz authored
Create python-3.4.2
-
Kenneth Reitz authored
Readme updates to Python 3.4.2 and Pypy 2.4.0
-
- 11 Oct, 2014 3 commits
- 06 Oct, 2014 1 commit
-
-
Jan Aage Lavik authored
-
- 30 Sep, 2014 1 commit
-
-
Kenneth Reitz authored
-
- 26 Sep, 2014 2 commits
-
-
Kenneth Reitz authored
Install libffi for bcrypt as well
-
Samuel Lucidi authored
-
- 28 Aug, 2014 2 commits
-
-
Kenneth Reitz authored
Do not fail if buildpack dir is readonly
-
Kenneth Reitz authored
Create download_python() function to reduce repetition
-
- 23 Aug, 2014 27 commits
-
-
cclauss authored
local PYTHON_VERSION=${1:-2.7.8} Thanks for the tip. You learn something new every day. -
cclauss authored
Create a common download_python() function that allows most other files in the build/runtimes directory to be simplified to something of the form: ``` #!/usr/bin/env bash # Build Path: /app/.heroku/python/ # Build Deps: libraries/sqlite OUT_PREFIX=$1 source ./download_python download_python "2.7.8" cd src ./configure --prefix=$OUT_PREFIX make make install ```
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-