Pillow/README.rst

28 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2015-06-08 03:57:08 +03:00
Pillow OS X Wheel Builder
=========================
2014-06-30 14:58:20 +04:00
2015-06-08 03:55:50 +03:00
Build
-----
2014-06-30 14:58:20 +04:00
2015-06-08 03:58:36 +03:00
This repository builds the most recent tagged version of the Pillow repository::
2015-06-08 03:55:50 +03:00
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::
2014-06-30 14:58:20 +04:00
2014-10-08 15:02:20 +04:00
cd Pillow
git pull && git checkout DESIRED_TAG
cd ..
git add Pillow
git commit
2014-06-30 14:58:20 +04:00
2015-06-08 03:55:50 +03:00
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>`_
2014-10-08 15:02:20 +04:00
2015-06-08 03:55:50 +03:00
- 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.