- 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 36 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
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-