Giter Site home page Giter Site logo

sgillies / pillow-wheels Goto Github PK

View Code? Open in Web Editor NEW

This project forked from python-pillow/pillow-wheels

0.0 1.0 0.0 107.69 MB

Pillow OS X Wheel Builder

Home Page: http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com

Shell 100.00%

pillow-wheels's Introduction

Pillow Wheel Builder

This repository creates wheels for tagged versions of Pillow:

git submodule init
git submodule update
git add Pillow
cd Pillow
git checkout <VERSION>
cd ..
git commit -a -m "<VERSION> wheels"
git push
Travis CI build status (wheels)

Archives

https://github.com/python-pillow/pillow-depends contains archives for libraries that will be built as part of the Pillow build.

In general, there is no need to put library archives there, because the multibuild scripts will download them from their respective URLs.

But, the build will look in that repository before downloading from the URL, so if there is a library that often fails to download, or you think might fail to download, then download it and add it to the git repository.

See the pre_build in config.sh and the fetch_unpack routine in multibuild/common_utils.sh for the logic, and the build recipes in multibuild/library_builders.sh for the filename to give to the downloaded archive.

Dependencies

NumPy

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

Wheels

Wheels are uploaded to a rackspace container. Credentials for this container are encrypted to this specific repo in the .travis.yml file, so the upload won't work from another repository.

PyPI

Download wheels from Rackspace:

wget -m -A 'Pillow-<VERSION>*' \
http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com

Upload wheels to PyPI:

cd a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com
twine upload Pillow-<VERSION>*

pillow-wheels's People

Contributors

wiredfool avatar radarhere avatar matthew-brett avatar hugovk avatar aclark4life avatar jaraco avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.