Python Imaging Library (Fork)
Go to file
2014-06-30 11:58:20 +01:00
archives Initial commit 2014-06-28 18:09:55 +01:00
Pillow@a45c8aaf61 Initial commit 2014-06-28 18:09:55 +01:00
terryfy@012b663513 RF: update to latest terryfy 2014-06-29 02:27:10 +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 NF: add wheel renaming 2014-06-28 22:37:02 +01:00
library_installers.sh BF: fixes from first travis run 2014-06-28 18:31:38 +01:00
pillow.patch RF: patch for python 3 / windows 2014-06-28 19:33:55 +01:00
README.rst RF: try using pkg-config from homebrew 2014-06-30 11:58:20 +01:00
run_install.sh RF: try using pkg-config from homebrew 2014-06-30 11:58:20 +01:00

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

Repository to build OSX wheels for Pillow.

To update:

* Update Pillow with version you want to build:

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

where "DESIRED_TAG" is a Pillow git tag like "2.4.0".

The wheels get uploaded to a `rackspace container
<http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com>`_
to which I have the password.  The password is encrypted to this exact 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/scikit-image-ci-wheel-builder>`_

I got the rackspace password 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.