# Buildsheet autogenerated by ravenadm tool -- Do not edit.
NAMEBASE= python-Pillow
VERSION= 11.0.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.org
CONTACT= Python_Automaton[python@ironwolf.systems]
DOWNLOAD_GROUPS= main
SITES[main]= PYPI/P/Pillow
DISTFILE[1]= pillow-11.0.0.tar.gz:main
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.0.0
CPE_PRODUCT= pillow
CPE_VENDOR= python
GENERATED= yes
[PY312].USES_ON= python:v12,sutools
[PY313].USES_ON= python:v13,sutools
[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:99:distinfo]
72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739 46737780 pillow-11.0.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)