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

The wheels get uploaded to a rackspace container pointed to by http://wheels.scipy-image.org. 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. Either contact me to get set up, or use another upload service such as github - see for example Jonathan Helmus' sckit-image wheels builder

I got the rackspace credentials from Olivier Grisel - we might be able to share this account across projects - again - please contact me or Olivier if you'd like this to happen.