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

[image]

# Pillow ## Python Imaging Library (Fork) Pillow is the friendly PIL fork by [Jeffrey A. Clark 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]
package [image] [image] [image] [image] [image]
social [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:110:distinfo] 368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20 46742715 python-src/pillow-11.1.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)