Python Imaging Library (Fork)
Go to file
Matthew Brett 9ba52f3471 Merge remote-tracking branch 'hugovk/patch-2'
* hugovk/patch-2:
  Use latest Python 2.7

Conflicts:
	.travis.yml
2014-07-04 00:53:08 +01:00
archives Initial commit 2014-06-28 18:09:55 +01:00
Pillow@80d6137c86 NF: make git tag fetching more robust 2014-07-03 17:02:09 +01:00
terryfy@42f19f7a4e NF: make git tag fetching more robust 2014-07-03 17:02:09 +01:00
.gitignore Initial commit 2014-06-28 18:09:55 +01:00
.gitmodules Initial commit 2014-06-28 18:09:55 +01:00
.travis.yml Merge remote-tracking branch 'hugovk/patch-2' 2014-07-04 00:53:08 +01:00
library_installers.sh RF: remove unused variables and installs 2014-06-30 12:15:18 +01:00
pillow.patch RF: patch for python 3 / windows 2014-06-28 19:33:55 +01:00
README.rst RF: automatically update to latest tag 2014-07-03 12:26:34 +01:00
run_install.sh RF: remove unused variables and installs 2014-06-30 12:15:18 +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://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com>`_
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
<https://github.com/jjhelmus/Pillow-ci-wheel-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.