Python Imaging Library (Fork)
Go to file
2014-07-24 22:37:52 -07:00
archives RF: refactor library_installers, add zlib 2014-07-04 12:55:11 +01:00
Pillow@fa7817a4d3 Tracking 2.5.x branch, + travis patches 2014-07-24 22:34:20 -07:00
terryfy@3cc2f3533f BF: update to latest terryfy 2014-07-23 23:51:14 -07:00
.gitignore RF: refactor library_installers, add zlib 2014-07-04 12:55:11 +01:00
.gitmodules RF: try openjpeg fixes 2014-07-06 01:06:58 +01:00
.travis.yml YA attempt at cloudfiles 2014-07-23 21:03:40 -07:00
pillow.patch RF: patch for python 3 / windows 2014-06-28 19:33:55 +01:00
README.rst Update Links, Credentials notes [ci skip] 2014-07-24 22:37:52 -07:00
run_install.sh RF: refactor library_installers, add zlib 2014-07-04 12:55:11 +01:00

########################
Pillow OSX wheel builder
########################

Repository to build Pillow wheels.

By default, this repo builds the most recent tagged version of the Pillow
repo. If you want to build a specific version, unset ``LATEST_TAG`` in the
``.travis.yml`` file, and update the Pillow submodule to the version you
want to build.

To update:

* Update Pillow submodule with version you want to build:

    * cd Pillow
    * git pull && git checkout DESIRED_TAG
    * cd ..
    * git add Pillow
    * git commit

* Check minimum numpy versions to build against in ``.travis.yml`` file.  You
  need to build against the earliest numpy that Pillow is compatible with;
  see `forward, backward numpy compatibility
  <http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_

The wheels get uploaded to a `rackspace container
<http://cdf58691c5cf45771290-6a3b6a0f5f6ab91aadc447b2a897dd9a.r50.cf2.rackcdn.com/>`_.  The credentials for this container
are encrypted to this specific repo in the ``.travis.yml`` file, so the upload
won't work for you from another repo.