kennethreitz
0b87419166
changelog entry
v82
2016-08-19 09:02:59 -04:00
kennethreitz
d832b7425e
update pypy formula
2016-08-19 09:02:59 -04:00
kennethreitz
2991dce623
pypi workaround
2016-08-19 09:02:59 -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
0cf2e2849d
updated setuptools vendor
2016-08-17 02:01:39 -04:00
kennethreitz
6ba8d47927
Merge pull request #323 from cclauss/patch-2
...
Update setuptools
2016-08-17 02:01:16 -04:00
kennethreitz
af940b5390
v81
2016-08-17 02:00:49 -04:00
kennethreitz
819bc2da5b
Merge pull request #326 from tvuotila/hotfix/preserve-environment-variables
...
Preserve environment variables
2016-08-17 01:59:55 -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
kennethreitz
0ed4089cb9
Merge pull request #308 from edmorley/fix-pip8-support
...
Switch pip-pop back to using pip 8
2016-08-02 20:54:16 -04:00
kennethreitz
f09191ec8b
Merge pull request #319 from edmorley/library-vendoring-cleanup
...
Fixes to the library vendoring's 'already exists' checks
2016-08-02 20:04:28 -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
Ed Morley
39f2efe296
Remove vendored pip since pip-pop is now compatible with pip v8
...
This means pip-pop will use the buildpack-installed pip 8, which doesn't
fail when encountering requirements files that use the new hash syntax.
Fixes #302 .
2016-07-11 10:48:49 +01:00
Ed Morley
d047f26ad4
Import upstream pip-pop fix for pip 8 support
...
Is the fix from kennethreitz/pip-pop#12 .
2016-07-11 10:48:49 +01:00
kennethreitz
998f996a32
proper setuptools version
2016-06-28 14:44:45 -04:00
kennethreitz
c620980e5a
Merge pull request #313 from cclauss/Python-3.5.2
...
Add Python 2.7.12, Python 3.5.2, Pypy 5.3.1, Pip 8.1.2, Setuptools 23.1.0 and remove release candidate
2016-06-28 14:43:10 -04:00
cclauss
2983fcfbea
Update README.md to current versions of Python 2, Python 3, Pypy, and Requests
2016-06-28 11:27:53 +02:00
cclauss
e3511e7202
Update and rename pypy-5.3.0 to pypy-5.3.1
2016-06-28 11:17:37 +02:00
cclauss
692f040618
Update default Python plus Pip and Setuptools
...
* $ curl
https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb0
3c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz -o pip-8.1.2.tar.gz
* $ curl
https://pypi.python.org/packages/9f/7c/0a33c528164f1b7ff8cf0684cf88c2e73
3c8ae0119ceca4a3955c7fc059d/setuptools-23.1.0.tar.gz -o
setuptools-23.1.0.tar.gz
* $ ls
* $ rm pip-8.1.1.tar.gz
* $ rm setuptools-20.4.tar.gz
2016-06-28 10:56:09 +02:00
cclauss
8645a965aa
Add Python 2.7.12 and remove the release candidate
2016-06-28 09:07:38 +02:00
cclauss
3a483865e8
Python 3.5.2
...
https://www.python.org/downloads/release/python-352/
2016-06-27 06:36:44 +02:00
kennethreitz
6ea6a0ccaf
debug
2016-06-24 15:51:28 -04:00
kennethreitz
6bc94eaf6e
dont unset library path
2016-06-24 15:46:27 -04:00
kennethreitz
49e409cb64
try soft links
2016-06-24 15:42:55 -04:00
kennethreitz
2693de45c7
attempt to ln
2016-06-24 15:40:57 -04:00
kennethreitz
88f711b6e7
before sanitization
2016-06-24 15:24:31 -04:00
kennethreitz
a7976fc177
Merge remote-tracking branch 'origin/master'
2016-06-24 15:18:09 -04:00
cclauss
8a837a23e7
Back to rc11
2016-06-20 23:56:41 +02:00
cclauss
f37597ad9d
Runtimes: Added pypy-5.3.0, mv python-2.7.11rc1 python-2.7.12rc1
...
Runtimes:
* Added pypy-5.3.0
* Moved python-2.7.11rc1 to python-2.7.12rc1
2016-06-16 19:32:22 +02:00
kennethreitz
928a664544
yes
2016-06-15 04:35:28 -04:00
kennethreitz
9fb715ef1c
no
2016-06-15 04:33:01 -04:00
kennethreitz
3cff2e39fe
Merge pull request #298 from whit537/preen-pip-grep
...
clean up pip-grep in the `not silent` case
2016-06-10 12:58:57 -07:00
kennethreitz
653a5be104
Merge pull request #297 from whit537/comment
...
remove Pylibmc reference in cryptography comment
2016-06-10 12:56:34 -07:00
kennethreitz
67ade52e95
Merge pull request #304 from tt/use-travis
...
Use Travis
2016-06-10 12:40:27 -07:00
Troels Thomsen
ab3e365ff6
Show build status in readme
2016-05-25 10:37:34 +02:00
Troels Thomsen
902672e934
Add Travis configuration
2016-05-25 10:37:25 +02:00
Troels Thomsen
6207b3506b
Rename readme file
2016-05-25 10:37:03 +02:00
kennethreitz
5446d448fd
Merge pull request #301 from alex/patch-1
...
Added another package that relies on cffi
2016-05-13 13:25:49 -04:00
Alex Gaynor
366def6c16
Added another package that relies on cffi
2016-05-13 13:17:03 -04:00
Chad Whitacre
a84fc7a248
clean up pip-pop in the not silent case
...
The extraneous `format` call is harmless in itself, but it's possible for `requirement.req` to be `None` here, which results in `AttributeError: 'NoneType' object has no attribute 'project_name'`.
2016-05-10 07:31:25 -04:00
Chad Whitacre
e4aa40216b
remove Pylibmc reference in cryptography comment
2016-05-10 07:12:55 -04:00
kennethreitz
87d03e62d7
Merge branch 'master' of heroku.com:python-builder-cedar-14
2016-05-05 16:32:09 -04:00
kennethreitz
92b4f5e8aa
pypy v5.1.0 v5.1.1
2016-05-05 16:31:25 -04:00