kennethreitz
a41ddf6bd1
skip set if no path-links are found
2016-12-19 16:48:30 -05:00
kennethreitz
555d5bd2be
cp the cache
2016-12-19 16:42:33 -05:00
kennethreitz
0a4d32c8a5
cache src
2016-12-19 16:39:34 -05:00
kennethreitz
1a1cedfc21
symlink eggs
2016-12-19 16:37:03 -05:00
kennethreitz
554a8bbae6
comment out debugging line
2016-12-19 16:26:18 -05:00
kennethreitz
6572ad3d44
test
2016-12-19 16:21:03 -05:00
kennethreitz
35cabaeebc
try .
2016-12-19 16:09:21 -05:00
kennethreitz
300285a92d
find
2016-12-19 16:05:22 -05:00
kennethreitz
7a6f1eb010
find
2016-12-19 16:02:24 -05:00
kennethreitz
66d754978e
fix xargs
2016-12-19 15:55:04 -05:00
kennethreitz
9c222a9350
copy src
2016-12-19 15:53:04 -05:00
kennethreitz
7f4273f47f
new replace script
2016-12-19 15:45:20 -05:00
kennethreitz
dd707c21e3
re-write egg-links
2016-12-19 15:40:35 -05:00
kennethreitz
7833743f96
don't change to /app
2016-12-19 15:19:32 -05:00
kennethreitz
5a9155e311
build dir for pip
2016-12-19 15:04:57 -05:00
kennethreitz
857c47ad66
/app for pip
2016-12-19 15:02:14 -05:00
kennethreitz
87cf6073dc
add note about /app/.heroku/src
2016-12-18 13:58:22 -05:00
kennethreitz
36dd089808
cleanup indentation
2016-12-18 13:57:30 -05:00
kennethreitz
c58f52e06e
remove purging of old virtualenvs
...
since old stacks aren't supported
2016-12-18 13:56:16 -05:00
kennethreitz
290c1377fb
Revert "see if symlink works now"
...
This reverts commit 8e42040d01 .
2016-12-18 13:51:03 -05:00
kennethreitz
8e42040d01
see if symlink works now
2016-12-18 13:48:48 -05:00
kennethreitz
d8755e6791
be specific in pip install directory
2016-12-18 13:44:10 -05:00
kennethreitz
364a1fafd9
-e fixings
2016-12-18 13:31:22 -05:00
kennethreitz
251b7f7960
copy the -e directory instead of symlinking
2016-12-18 13:26:47 -05:00
kennethreitz
6d491f9f2b
fix for -e
2016-12-18 13:16:49 -05:00
kennethreitz
bd048d50b5
update default python to 2.7.13
2016-12-17 18:58:51 -05:00
kennethreitz
26b2eeee20
update setuptools to v31.1.0
2016-12-17 18:58:32 -05:00
David Zülke
991f4126d7
Greatly simplify code copying ( #340 )
...
* drop duplicate mkdir for .heroku
* simplify linking and moving of python and source
* steps/python needs its own symlink setup
* fix symlink destinations for vendor and venv
* always symlink python
2016-12-16 17:13:57 -08:00
cclauss
57e9bb0054
Upgrade to pip-9.0.1 and setuptools-28.8.0
...
This would REQUIRE that the latest versions are placed into:
https://github.com/heroku/heroku-buildpack-python/tree/master/vendor
https://pypi.python.org/pypi/pip
https://pypi.python.org/pypi/setuptools
2016-11-13 10:48:32 +01:00
kennethreitz
6c53bd1cd6
fix typo
2016-11-08 13:10:00 -05:00
kennethreitz
d8307c29ba
fix for requirements.txt
2016-11-02 14:24:20 -04:00
kennethreitz
f526673903
no debug statement
2016-11-02 14:08:28 -04:00
kennethreitz
bbbadc83e4
is /app
2016-11-02 14:06:50 -04:00
kennethreitz
9c2b033042
proper debug
2016-11-02 14:04:39 -04:00
kennethreitz
e427d5111e
debug
2016-11-02 14:00:07 -04:00
kennethreitz
ab724138c1
another approach
2016-11-02 13:59:33 -04:00
kennethreitz
f8a1761165
export path fix
2016-11-02 11:20:09 -04:00
kennethreitz
521bb00247
export functionality
2016-11-01 13:18:53 -04:00
kennethreitz
5cd4245412
Skip copying the code if we're already in the right spot
2016-11-01 12:45:27 -04:00
kennethreitz
40daa84ccc
syntax sugar and test-requirements.txt
2016-11-01 12:41:17 -04:00
kennethreitz
f0ea766900
basic test-compile script
2016-11-01 12:35:25 -04:00
kennethreitz
89125df805
remove deprecated test script
2016-11-01 12:33:55 -04:00
Andrew Pinkham
b0138c26e6
Add argon2 to crypotgraphy step
...
- Add argon2-cffi
- Add django[argon2] option from Django docs:
https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#argon2-usage
2016-09-16 10:57:09 -04:00
Troels Thomsen
ffd0bb57ee
Revert "Merge branch 'apt'"
...
This reverts commit 75870dd412 , reversing
changes made to 0cf2e2849d .
2016-08-17 11:19:11 +02:00
kennethreitz
75870dd412
Merge branch 'apt'
2016-08-17 02:07:01 -04:00
kennethreitz
831d73e302
cleanup debugging
2016-08-17 02:06:36 -04:00
kennethreitz
6ba8d47927
Merge pull request #323 from cclauss/patch-2
...
Update setuptools
2016-08-17 02:01:16 -04:00
Tero Vuotila
2dad2e73f3
Preserve environment variables
...
Preserve LIBRARY_PATH and LD_LIBRARY_PATH.
Related heroku/heroku-buildpack-python#287
2016-08-16 10:34:49 +03:00
cclauss
e550b32ea8
setuptools v25.2.0
2016-08-13 09:28:17 +02:00
cclauss
6af8d81086
Update setuptools
...
Update setuptools from 23.x.x to 25.x.x.
2016-08-09 18:42:46 +02:00