Ravenports generated: 02 Apr 2023 18:43
[ravenports.git] / bucket_4C / python-Pillow
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Pillow
4 VERSION=                9.5.0
5 KEYWORDS=               python
6 VARIANTS=               py310 v11
7 SDESC[py310]=           Python Imaging Library (Fork) (3.10)
8 SDESC[v11]=             Python Imaging Library (Fork) (3.11)
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-9.5.0.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[v11]=             single
18
19 OPTIONS_AVAILABLE=      PY310 PY311
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY310=ON PY311=OFF
22 VOPTS[v11]=             PY310=OFF PY311=ON
23
24 USES=                   cpe jpeg zlib
25
26 DISTNAME=               Pillow-9.5.0
27
28 CPE_PRODUCT=            pillow
29 CPE_VENDOR=             python
30 GENERATED=              yes
31
32 [PY310].USES_ON=                        python:py310,sutools
33
34 [PY311].USES_ON=                        python:v11,sutools
35
36 [FILE:1708: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 (Alex) 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             [image]
72         </td>
73     </tr>
74     <tr>
75         <th>package</th>
76         <td>
77             [image]
78             [image]
79             [image]
80             [image]
81             [image]
82         </td>
83     </tr>
84     <tr>
85         <th>social</th>
86         <td>
87             [image]
88             [image]
89             [image]
90         </td>
91     </tr>
92 </table>
93
94 ## Overview
95
96 The Python Imaging Library adds image processing capabilities to your
97 Python interpreter.
98
99 This library provides extensive file format support, an efficient internal
100 representation, and fairly powerful image processing capabilities.
101
102 The core image library is designed for fast access to data stored in a few
103 basic pixel formats. It should provide a solid foundation for a general
104 image processing tool.
105
106 ## More Information
107
108 - [Documentation]
109   - [Installation]
110   - [Handbook]
111 - [Contribute]
112   - [Issues]
113   - [Pull requests]
114 - [Release notes]
115 - [Changelog]
116   - [Pre-fork]
117
118 ## Report a Vulnerability
119
120 To report a security vulnerability, please follow the procedure described
121 in the [Tidelift security policy].
122
123
124 [FILE:98:distinfo]
125 bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1     50488147 Pillow-9.5.0.tar.gz
126
127
128 [FILE:509:patches/patch-setup.py]
129 --- setup.py.orig       2019-07-02 19:13:39 UTC
130 +++ setup.py
131 @@ -465,9 +465,7 @@ class pil_build_ext(build_ext):
132                  _add_directory(include_dirs, "/usr/X11/include")
133  
134          elif (
135 -            sys.platform.startswith("linux")
136 -            or sys.platform.startswith("gnu")
137 -            or sys.platform.startswith("freebsd")
138 +            sys.platform.startswith("nothing")
139          ):
140              for dirname in _find_library_dirs_ldconfig():
141                  _add_directory(library_dirs, dirname)
142