kennethreitz
fd17f5a470
Merge pull request #177 from cclauss/patch-4
...
Create python-3.4.2
2014-10-12 10:56:19 -04:00
kennethreitz
ac923205d0
Merge pull request #178 from cclauss/patch-5
...
Readme updates to Python 3.4.2 and Pypy 2.4.0
2014-10-12 10:56:07 -04:00
cclauss
6617a3cac5
Readme updates to Python 3.4.2 and Pypy 2.4.0
2014-10-11 15:19:08 +02:00
cclauss
64a4f51e1b
Update python-3.4.2
2014-10-11 15:15:15 +02:00
cclauss
6305ed415a
Create python-3.4.2
2014-10-11 15:14:31 +02:00
Kenneth Reitz
6f94b366f8
pypy-2.4.0
2014-09-30 11:05:58 -04:00
kennethreitz
6bb89e6693
Merge pull request #172 from mansam/master
...
Install libffi for bcrypt as well
2014-09-26 14:55:05 -04:00
Samuel Lucidi
6252e80aa6
Install libffi for bcrypt as well
2014-09-26 10:37:27 -04:00
kennethreitz
b22ef82b4f
Merge pull request #163 from scrapinghub/readonly-buildpack
...
Do not fail if buildpack dir is readonly
2014-08-28 13:09:49 -04:00
kennethreitz
129bced2dd
Merge pull request #168 from cclauss/master
...
Create download_python() function to reduce repetition
2014-08-28 13:09:18 -04:00
cclauss
c82415733d
Modified to use recommended local, compact syntax
...
local PYTHON_VERSION=${1:-2.7.8}
Thanks for the tip. You learn something new every day.
2014-08-23 17:32:08 +02:00
cclauss
ee93719b79
Add download_python function to reduce repetition
...
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
```
2014-08-23 09:38:30 +02:00
cclauss
361eb53257
download_python()
2014-08-23 09:34:34 +02:00
cclauss
bf9fe3badf
download_python()
2014-08-23 09:33:16 +02:00
cclauss
9178962b84
download_python()
2014-08-23 09:31:51 +02:00
cclauss
2b4a68c8c8
download_python()
2014-08-23 09:30:25 +02:00
cclauss
f38eec962f
download_python()
2014-08-23 09:28:48 +02:00
cclauss
a313e66d93
download_python()
2014-08-23 09:27:48 +02:00
cclauss
c755286323
download_python()
2014-08-23 09:26:02 +02:00
cclauss
0d219f5d2e
download_python()
2014-08-23 09:24:29 +02:00
cclauss
28bdeb6f4b
download_python()
2014-08-23 09:22:58 +02:00
cclauss
496a1ad7d8
download_python()
2014-08-23 09:21:33 +02:00
cclauss
57dec77718
download_python()
2014-08-23 09:20:21 +02:00
cclauss
4dc60cb4ca
download_python()
2014-08-23 09:18:53 +02:00
cclauss
f5f67653f8
download_python()
2014-08-23 09:17:16 +02:00
cclauss
b7fd5915a5
download_python()
2014-08-23 09:15:16 +02:00
cclauss
72f7c510b9
download_python()
2014-08-23 09:14:03 +02:00
cclauss
ac62aa01d5
download_python()
2014-08-23 09:12:24 +02:00
cclauss
a727daa6ff
download_python()
2014-08-23 09:11:21 +02:00
cclauss
2187855da2
download_python()
2014-08-23 09:10:16 +02:00
cclauss
fb1ed99470
download_python()
2014-08-23 09:08:21 +02:00
cclauss
be68853991
download_python()
2014-08-23 09:06:38 +02:00
cclauss
c9d794dc76
download_python()
2014-08-23 09:05:20 +02:00
cclauss
c1cc0910c5
download_python()
2014-08-23 09:04:14 +02:00
cclauss
61095f726d
download_python()
2014-08-23 09:02:56 +02:00
cclauss
721d062421
download_python()
2014-08-23 09:01:51 +02:00
cclauss
f38c90b1d5
download_python()
2014-08-23 09:00:20 +02:00
cclauss
8c0284dbe8
download_python()
2014-08-23 08:58:47 +02:00
cclauss
f8f4facdca
download_python()
2014-08-23 08:57:32 +02:00
cclauss
e97f13395f
download_python()
2014-08-23 08:54:55 +02:00
cclauss
dc87fca814
download_python()
2014-08-23 08:53:15 +02:00
cclauss
aafd7caf77
download_python()
2014-08-23 08:51:50 +02:00
cclauss
ef964bfc1a
download_python()
2014-08-23 08:50:31 +02:00
cclauss
e5ae885ae1
download_python()
2014-08-23 08:49:13 +02:00
cclauss
2291255133
download_python()
2014-08-23 08:47:11 +02:00
cclauss
d48294f940
download_python()
2014-08-23 08:46:01 +02:00
cclauss
ef87cce5a9
download_python()
2014-08-23 08:44:38 +02:00
cclauss
63048e641d
download_python()
2014-08-23 08:43:05 +02:00
cclauss
91aa427137
download_python()
2014-08-23 08:41:49 +02:00
cclauss
811c1ceeb6
download_python()
2014-08-23 08:40:06 +02:00