# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-Pillow VERSION= 10.2.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Python Imaging Library (Fork) (3.11) SDESC[v12]= Python Imaging Library (Fork) (3.12) HOMEPAGE= https://python-pillow.org CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/P/Pillow DISTFILE[1]= pillow-10.2.0.tar.gz:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe jpeg zlib DISTNAME= pillow-10.2.0 CPE_PRODUCT= pillow CPE_VENDOR= python GENERATED= yes [PY311].USES_ON= python:v11,sutools [PY312].USES_ON= python:v12,sutools [FILE:1708:descriptions/desc.single]

[image]

# Pillow ## Python Imaging Library (Fork) Pillow is the friendly PIL fork by [Jeffrey A. Clark (Alex) and contributors]. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is [supported by Tidelift].
docs [image]
tests [image] [image] [image] [image] [image] [image] [image] [image] [image] [image] [image]
package [image] [image] [image] [image] [image]
social [image] [image] [image]
## Overview The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool. ## More Information - [Documentation] - [Installation] - [Handbook] - [Contribute] - [Issues] - [Pull requests] - [Release notes] - [Changelog] - [Pre-fork] ## Report a Vulnerability To report a security vulnerability, please follow the procedure described in the [Tidelift security policy]. [FILE:99:distinfo] e87f0b2c78157e12d7686b27d63c070fd65d994e8ddae6f328e0dcf4a0cd007e 46212712 pillow-10.2.0.tar.gz [FILE:509:patches/patch-setup.py] --- setup.py.orig 2019-07-02 19:13:39 UTC +++ setup.py @@ -465,9 +465,7 @@ class pil_build_ext(build_ext): _add_directory(include_dirs, "/usr/X11/include") elif ( - sys.platform.startswith("linux") - or sys.platform.startswith("gnu") - or sys.platform.startswith("freebsd") + sys.platform.startswith("nothing") ): for dirname in _find_library_dirs_ldconfig(): _add_directory(library_dirs, dirname)