Python Imaging Library (Fork)
Go to file
Alex Clark 2338a2f9c9 Update
2015-06-07 20:58:56 -04:00
archives RF: refactor library_installers, add zlib 2014-07-04 12:55:11 +01:00
Pillow@0222a059d6 Build 2.8.2 wheels 2015-06-07 20:51:14 -04:00
terryfy@53c812ccbd Update to latest terrfy; enable build latest tag 2015-02-20 21:18:23 -08:00
.gitignore RF: refactor library_installers, add zlib 2014-07-04 12:55:11 +01:00
.gitmodules Update to the MacPython canonical terryfy 2014-11-21 10:23:27 -08:00
.travis.yml Update to latest terrfy; enable build latest tag 2015-02-20 21:18:23 -08:00
pillow.patch RF: patch for python 3 / windows 2014-06-28 19:33:55 +01:00
README.rst Update 2015-06-07 20:58:56 -04:00
run_install.sh temp -- disable jpeg2k building 2014-09-30 09:36:55 -07:00

Pillow OS X Wheel Builder
=========================

This repository builds the most recent tagged version of the Pillow repository::

    git submodule init
    git submodule update
    git add Pillow
    git commit -a -m "Build wheels"

To build a specific version, unset ``LATEST_TAG`` in the ``.travis.yml`` file and update the Pillow submodule::

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

Notes
-----

- Check minimum numpy versions to build against in ``.travis.yml`` file. 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>`_

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