Ravenports generated: 27 May 2024 01:33
[ravenports.git] / bucket_4C / python-Pillow
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Pillow
4 VERSION=                10.3.0
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Python Imaging Library (Fork) (3.11)
8 SDESC[v12]=             Python Imaging Library (Fork) (3.12)
9 HOMEPAGE=               https://python-pillow.org
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/P/Pillow
14 DISTFILE[1]=            pillow-10.3.0.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 USES=                   cpe jpeg zlib
25
26 DISTNAME=               pillow-10.3.0
27
28 CPE_PRODUCT=            pillow
29 CPE_VENDOR=             python
30 GENERATED=              yes
31
32 [PY311].USES_ON=                        python:v11,sutools
33
34 [PY312].USES_ON=                        python:v12,sutools
35
36 [FILE:1661:descriptions/desc.single]
37 <p align="center">
38     [image]
39 </p>
40
41 # Pillow
42
43 ## Python Imaging Library (Fork)
44
45 Pillow is the friendly PIL fork by [Jeffrey A. Clark and
46 contributors].
47 PIL is the Python Imaging Library by Fredrik Lundh and contributors.
48 As of 2019, Pillow development is
49 [supported by Tidelift].
50
51 <table>
52     <tr>
53         <th>docs</th>
54         <td>
55             [image]
56         </td>
57     </tr>
58     <tr>
59         <th>tests</th>
60         <td>
61             [image]
62             [image]
63             [image]
64             [image]
65             [image]
66             [image]
67             [image]
68             [image]
69             [image]
70             [image]
71         </td>
72     </tr>
73     <tr>
74         <th>package</th>
75         <td>
76             [image]
77             [image]
78             [image]
79             [image]
80             [image]
81         </td>
82     </tr>
83     <tr>
84         <th>social</th>
85         <td>
86             [image]
87             [image]
88         </td>
89     </tr>
90 </table>
91
92 ## Overview
93
94 The Python Imaging Library adds image processing capabilities to your
95 Python interpreter.
96
97 This library provides extensive file format support, an efficient internal
98 representation, and fairly powerful image processing capabilities.
99
100 The core image library is designed for fast access to data stored in a few
101 basic pixel formats. It should provide a solid foundation for a general
102 image processing tool.
103
104 ## More Information
105
106 - [Documentation]
107   - [Installation]
108   - [Handbook]
109 - [Contribute]
110   - [Issues]
111   - [Pull requests]
112 - [Release notes]
113 - [Changelog]
114   - [Pre-fork]
115
116 ## Report a Vulnerability
117
118 To report a security vulnerability, please follow the procedure described
119 in the [Tidelift security policy].
120
121
122 [FILE:99:distinfo]
123 9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d     46572854 pillow-10.3.0.tar.gz
124
125
126 [FILE:509:patches/patch-setup.py]
127 --- setup.py.orig       2019-07-02 19:13:39 UTC
128 +++ setup.py
129 @@ -465,9 +465,7 @@ class pil_build_ext(build_ext):
130                  _add_directory(include_dirs, "/usr/X11/include")
131  
132          elif (
133 -            sys.platform.startswith("linux")
134 -            or sys.platform.startswith("gnu")
135 -            or sys.platform.startswith("freebsd")
136 +            sys.platform.startswith("nothing")
137          ):
138              for dirname in _find_library_dirs_ldconfig():
139                  _add_directory(library_dirs, dirname)
140