kennethreitz
d82eddca03
support for pypy
2016-12-20 13:35:44 -05:00
kennethreitz
bdd466f838
cleanup pip install steps, caching src
2016-12-19 22:04:51 -05:00
kennethreitz
42ec6d8701
remove extra stuff
2016-12-19 17:59:02 -05:00
kennethreitz
852723f867
find all *.pth files for sed replacement
2016-12-19 16:58:31 -05:00
kennethreitz
a41ddf6bd1
skip set if no path-links are found
2016-12-19 16:48:30 -05:00
kennethreitz
d35ee2c14c
Squashed commit of the following:
...
commit 554a8bbae6
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 16:26:18 2016 -0500
comment out debugging line
commit 6572ad3d44
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 16:21:03 2016 -0500
test
commit 35cabaeebc
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 16:09:21 2016 -0500
try .
commit 300285a92d
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 16:05:22 2016 -0500
find
commit 7a6f1eb010
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 16:02:24 2016 -0500
find
commit 66d754978e
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 15:55:04 2016 -0500
fix xargs
commit 9c222a9350
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 15:53:04 2016 -0500
copy src
commit 7f4273f47f
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 15:45:20 2016 -0500
new replace script
commit dd707c21e3
Author: Kenneth Reitz <me@kennethreitz.org >
Date: Mon Dec 19 15:40:35 2016 -0500
re-write egg-links
2016-12-19 16:31:29 -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
d8755e6791
be specific in pip install directory
2016-12-18 13:44:10 -05: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
Ed Morley
aef7b65b95
Don't skip the geo-libs vendoring step if only gdalserver present
...
Since if someone previously had `GDAL` in their requirements file, they
would already have the gdalserver binary present from `bin/steps/gdal`
but be missing the proj and geos vendor files. By checking for `proj`
instead, we ensure that the vendoring isn't incorrectly skipped in this
case.
2016-08-02 14:28:24 +01:00
Ed Morley
5438aab121
Make libffi vendoring check for existing directory in correct location
...
For both the cedar and cedar-14 stacks, the libffi directory is named
`libffi-3.1` not `libffi-3.1.1`, so the existing library wouldn't be
detected, causing it to be re-downloaded during every compile.
2016-08-02 14:28:19 +01:00
Ed Morley
a259143c0b
Avoid repetition of vendor library environment variable setting
...
Since we need to set it regardless of whether the vendored library
existed previously or not.
2016-08-02 14:13:20 +01:00
Ed Morley
0896d6a0c4
Fix files without blank newline
2016-08-02 14:12:31 +01:00
kennethreitz
653a5be104
Merge pull request #297 from whit537/comment
...
remove Pylibmc reference in cryptography comment
2016-06-10 12:56:34 -07:00
Alex Gaynor
366def6c16
Added another package that relies on cffi
2016-05-13 13:17:03 -04:00
Chad Whitacre
e4aa40216b
remove Pylibmc reference in cryptography comment
2016-05-10 07:12:55 -04:00
Ed Morley
570182b6b7
Add PyNaCl to the list of packages that trigger libffi bootstrapping
...
To reduce confusion for users who have not explicitly listed cffi as a
dependency.
Fixes #142 .
2016-04-21 10:37:45 +01:00
kennethreitz
eab957c8c9
BUILD_WITH_GEO_LIBRARIES
2016-03-11 14:58:33 -05:00
kennethreitz
c98615cdd0
pygdal
2016-03-04 14:37:21 -05:00
kennethreitz
0749a04773
flexible caps for gdal
2016-03-04 14:18:25 -05:00
kennethreitz
a4f072714d
vendored geos and proj steps for GDAL
2016-03-04 14:14:41 -05:00
Ed Morley
69b8b25322
Use the canonical (and HTTPS) URLs for devcenter and pip
...
To save the 301s.
2016-02-29 18:28:23 +00:00
Ed Morley
b706cd13f7
Fix README and script comment typos
2016-02-29 18:00:46 +00:00
Andrew Pinkham
c98c481f24
Fix #277 - Install libffi with django[bcrypt] req.
...
This ensures that libffi, required by bcrypt, is installed when Django
is installed with the bcrypt dependency declared as an extra
(django[bcrypt] or Django[bcrypt]).
2016-02-23 09:59:49 -05:00
Alex Gaynor
433570c27b
Fixed some broken comments
2016-02-16 08:17:11 -05:00
kennethreitz
16ec3c8325
cleanup pip freeze
2016-02-08 23:28:13 -05:00
kennethreitz
49676e12af
.
2016-02-08 23:12:59 -05:00
kennethreitz
0aa123995b
cleanup cleanup
2016-02-08 23:09:47 -05:00
kennethreitz
cd4d811d4f
wait
2016-02-08 22:52:09 -05:00
kennethreitz
76ebf9279b
maybe this will help
2016-02-08 22:25:28 -05:00
kennethreitz
3c3e621040
Revert "Revert "Revert "debug"""
...
This reverts commit 72710696a0 .
2016-02-08 22:12:29 -05:00
kennethreitz
40e91ffa67
debug
2016-02-08 22:10:52 -05:00
kennethreitz
72710696a0
Revert "Revert "debug""
...
This reverts commit d27228999d .
2016-02-08 22:08:50 -05:00
kennethreitz
d27228999d
Revert "debug"
...
This reverts commit a4e8ba3cdf .
2016-02-08 22:00:23 -05:00
kennethreitz
a4e8ba3cdf
debug
2016-02-08 21:59:55 -05:00
kennethreitz
f132d3198a
remove debug
2016-02-08 21:33:22 -05:00
kennethreitz
6afd6bbce9
debug
2016-02-08 21:29:40 -05:00
kennethreitz
6fa14b55d3
let's try this
2016-02-08 21:18:23 -05:00
kennethreitz
8f4eb44d36
capture stderr of pip-install too
2016-02-08 21:12:41 -05:00
kennethreitz
67f4c4238a
further output improvement
2016-02-08 21:07:07 -05:00
kennethreitz
ffb89feb0d
improvements to buildpack output
2016-02-08 20:59:03 -05:00
kennethreitz
90edd88b22
cleanup collectstatic stuff, before release
2016-02-08 20:30:39 -05:00
kennethreitz
6505f98bae
cleanup
2016-02-05 01:07:05 -05:00
kennethreitz
78b6142d18
suppress ManifestStaticFilesStorage
...
Thanks, #11
2016-02-05 00:06:38 -05:00
kennethreitz
e5ac89c4df
indent env output
2016-02-04 23:56:18 -05:00
kennethreitz
1e8ad56b0f
sed debug
2016-02-04 23:43:30 -05:00
kennethreitz
b6607f0f42
debug
2016-02-04 23:37:44 -05:00
kennethreitz
8615bf5272
debug
2016-02-04 23:36:19 -05:00