kennethreitz
ca773cf957
support for latest pip
2015-01-06 13:37:32 -05:00
kennethreitz
26b54b690c
update pip and setuptools
2015-01-05 17:16:45 -05:00
kennethreitz
871d5b5935
Merge pull request #189 from cclauss/patch-8
...
Update Readme.md to pypy3-2.4.0
2014-12-25 23:12:46 -05:00
cclauss
0382c31225
Update Readme.md to pypy3-2.4.0
2014-12-25 11:17:47 +01:00
Kenneth Reitz
4a856ff5b3
remove vendor directory for cedar-14
v54
2014-12-19 15:45:30 -05:00
Kenneth Reitz
e247704dfb
pypy3
2014-12-19 13:56:11 -05:00
Kenneth Reitz
c8b031fafc
change to pypy3
2014-12-19 13:45:53 -05:00
Kenneth Reitz
68b740cce6
pypy3!
2014-12-19 13:40:09 -05:00
kennethreitz
e856e787aa
Merge pull request #180 from cclauss/patch-6
...
Create pypy3-2.4.0
2014-12-19 13:39:21 -05:00
Kenneth Reitz
7e4159e297
default python: 2.7.9
v53
2014-12-11 11:29:24 -06:00
Kenneth Reitz
d9a73b847e
python-2.7.9
2014-12-11 11:14:31 -06:00
kennethreitz
3dbeec8db1
Merge pull request #185 from pngdwnld/sub_env_pip
...
Allowing pip-install to have access to config vars
2014-12-08 11:18:43 -05:00
cclauss
8ec0b5f0dd
Update pypy3-2.4.0
2014-11-21 19:46:34 +01:00
Patrick
3c2839147f
sub-env pip-install
2014-11-20 12:24:21 -05:00
kennethreitz
a51c162444
Merge pull request #182 from cclauss/patch-7
...
fix @kennethreitz 's mess
2014-11-05 08:14:02 -05:00
cclauss
14096e0ca5
fix @kennethreit's mess
...
Should fix issue https://github.com/heroku/heroku-buildpack-python/issues/181
2014-11-05 00:19:33 +01:00
Kenneth Reitz
2631f5204b
seutptools v7.0
2014-10-29 15:20:49 -04:00
Kenneth Reitz
f3b1e54df4
fix @cclauss's mess
2014-10-28 01:19:03 -04:00
Kenneth Reitz
536b10b249
Revert "Add download_python function to reduce repetition"
...
This reverts commit ee93719b79 .
Conflicts:
builds/runtimes/download_python
2014-10-28 01:18:48 -04:00
Kenneth Reitz
b22aa3b3a7
python 3.3.6
2014-10-28 01:12:12 -04:00
cclauss
eb395a94f9
Create pypy3-2.4.0
...
Support for the new Pypy3 release http://morepypy.blogspot.com
2014-10-23 07:59:47 -04:00
Kenneth Reitz
b2597c45d8
change file mode
2014-10-13 14:48:08 -04:00
kennethreitz
1525c1fb3a
Merge pull request #176 from jalavik/libffi-typo
...
Fix typo in libffi check
2014-10-12 10:57:00 -04:00
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
Jan Aage Lavik
3dff0d48fe
Fix typo in libffi check
2014-10-06 21:13:41 +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