# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Pillow VERSION= 5.4.1 KEYWORDS= python graphics VARIANTS= py27 py36 py37 SDESC[py36]= Python Imaging Library (Fork) (PY 36) SDESC[py37]= Python Imaging Library (Fork) (PY 37) SDESC[py27]= Python Imaging Library (Fork) (PY 27) HOMEPAGE= none CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/P/Pillow DISTFILE[1]= Pillow-5.4.1.tar.gz:main DF_INDEX= 1 SPKGS[py36]= single SPKGS[py37]= single SPKGS[py27]= single OPTIONS_AVAILABLE= PY27 PY36 PY37 OPTIONS_STANDARD= none VOPTS[py36]= PY27=OFF PY36=ON PY37=OFF VOPTS[py37]= PY27=OFF PY36=OFF PY37=ON VOPTS[py27]= PY27=ON PY36=OFF PY37=OFF USES= jpeg zlib DISTNAME= Pillow-5.4.1 GENERATED= yes [PY36].USES_ON= python:py36 [PY37].USES_ON= python:py37 [PY27].USES_ON= python:py27 [FILE:3290:descriptions/desc.single] Pillow ====== Python Imaging Library (Fork) ----------------------------- Pillow is the friendly PIL fork by `Alex Clark and Contributors `_. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. .. start-badges .. list-table:: :stub-columns: 1 * - docs - |docs| * - tests - |linux| |macos| |windows| |coverage| * - package - |zenodo| |tidelift| |version| |downloads| * - social - |gitter| |twitter| .. |docs| image:: https://readthedocs.org/projects/pillow/badge/?version=latest :target: https://pillow.readthedocs.io/?badge=latest :alt: Documentation Status .. |linux| image:: https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%2 0build :target: https://travis-ci.org/python-pillow/Pillow :alt: Travis CI build status (Linux) .. |macos| image:: https://img.shields.io/travis/python-pillow/pillow-wheels/master.svg?label= macOS%20build :target: https://travis-ci.org/python-pillow/pillow-wheels :alt: Travis CI build status (macOS) .. |windows| image:: https://img.shields.io/appveyor/ci/python-pillow/Pillow/master.svg?label=Wi ndows%20build :target: https://ci.appveyor.com/project/python-pillow/Pillow :alt: AppVeyor CI build status (Windows) .. |coverage| image:: https://coveralls.io/repos/python-pillow/Pillow/badge.svg?branch=master&ser vice=github :target: https://coveralls.io/github/python-pillow/Pillow?branch=master :alt: Code coverage .. |zenodo| image:: https://zenodo.org/badge/17549/python-pillow/Pillow.svg :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow .. |tidelift| image:: https://tidelift.com/badges/github/python-pillow/Pillow?style=flat :target: https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&ut m_medium=referral&utm_campaign=readme .. |version| image:: https://img.shields.io/pypi/v/pillow.svg :target: https://pypi.org/project/Pillow/ :alt: Latest PyPI version .. |downloads| image:: https://img.shields.io/pypi/dm/pillow.svg :target: https://pypi.org/project/Pillow/ :alt: Number of PyPI downloads .. |gitter| image:: https://badges.gitter.im/python-pillow/Pillow.svg :target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&ut m_campaign=pr-badge&utm_content=badge :alt: Join the chat at https://gitter.im/python-pillow/Pillow .. |twitter| image:: https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg :target: https://twitter.com/PythonPillow :alt: Follow on https://twitter.com/PythonPillow .. end-badges More Information ---------------- - `Documentation `_ - `Installation `_ - `Handbook `_ - `Contribute `_ - `Issues `_ - `Pull requests `_ - `Changelog `_ - `Pre-fork ` _ [FILE:98:distinfo] 5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f 16016153 Pillow-5.4.1.tar.gz [FILE:614:patches/patch-setup.py] --- setup.py.orig 2019-01-01 10:29:12 UTC +++ setup.py @@ -410,9 +410,7 @@ class pil_build_ext(build_ext): _add_directory(library_dirs, "/usr/X11/lib") _add_directory(include_dirs, "/usr/X11/include") - elif sys.platform.startswith("linux") or \ - sys.platform.startswith("gnu") or \ - sys.platform.startswith("freebsd"): + elif sys.platform.startswith("nothing"): for dirname in _find_library_dirs_ldconfig(): _add_directory(library_dirs, dirname) if sys.platform.startswith("linux") and \