Search Criteria
Package Details: python2-pillow 6.2.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-pillow.git (read-only, click to copy) |
---|---|
Package Base: | python2-pillow |
Description: | Python Imaging Library (PIL) fork |
Upstream URL: | https://python-pillow.github.io/ |
Licenses: | BSD |
Conflicts: | python2-imaging |
Submitter: | Joermungand |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 6 |
Popularity: | 0.054445 |
First Submitted: | 2021-06-29 05:30 (UTC) |
Last Updated: | 2023-12-27 18:38 (UTC) |
Dependencies (17)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libimagequant (libimagequant-gitAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxcb (libxcb-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- python2AUR (python2-binAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- libraqm (libraqm-gitAUR) (make)
- libwebp (libwebp-gitAUR) (make)
- python2-setuptoolsAUR (make)
- tk (tk-fossilAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (optional) – for the ImageFont module
- libraqm (libraqm-gitAUR) (optional) – for complex text scripts
- libwebp (libwebp-gitAUR) (optional) – for webp images
- python2-olefileAUR (optional) – OLE2 file support
- python2-pyqt5 (optional) – for the ImageQt module
- tk (tk-fossilAUR) (optional) – for the ImageTK module
Required by (25)
- audiotag-thumbnailer
- blastem (make)
- casetta
- comix
- comix (make)
- didjvu
- flacsync
- flacsync-git
- fontypython
- happycamel
- mapcrafter-git (optional)
- mapcrafter-world113-git (optional)
- page_dewarp
- phatch
- pkpgcounter
- python2-matplotlib (optional)
- python2-reportlab
- python2-scipy (optional)
- scurve
- sk1
- Show 5 more...
Latest Comments
MarsSeed commented on 2023-12-27 17:47 (UTC)
Please kindly add
--skip-build
option to thepython2 setup.py install
line insidepackage()
, otherwise this gets compiled twice.FabioLolix commented on 2022-08-11 15:36 (UTC)
Thanks for reporting!
MarsSeed commented on 2022-07-19 09:45 (UTC)
Hi,
Please kindly add
conflicts=(python2-imaging)
, as that package exists in AUR, and Pillow is its continuation fork and uses the same directory name so it clashes with its predecessor.Thanks in advance.
ScreamsInJank commented on 2022-01-05 23:27 (UTC)
@Joermungand it would seem the dependencies are broken, when attempting to install i get: -> Could not find all required packages: python2-py (Wanted by: python2-pillow -> python2-pytest) python2-attrs (Wanted by: python2-pillow -> python2-pytest) python2-atomicwrites (Wanted by: python2-pillow -> python2-pytest) python2-pathlib2 (Wanted by: python2-pillow -> python2-pytest) python2-setuptools-scm (Wanted by: python2-pillow -> python2-pytest) python2-pluggy (Wanted by: python2-pillow -> python2-pytest) python2-more-itertools (Wanted by: python2-pillow -> python2-pytest) python2-wcwidth (Wanted by: python2-pillow -> python2-pytest) python2-funcsigs (Wanted by: python2-pillow -> python2-pytest) python2-importlib-metadata (Wanted by: python2-pillow -> python2-pytest)
jose1711 commented on 2021-07-04 01:06 (UTC)
The original had:
Please add it back (
python2
version only). See here for reference: https://github.com/archlinux/svntogit-community/blob/4af84f2a4d2aeb920d24f408a1015a1fca0a45db/trunk/PKGBUILDJoermungand commented on 2021-06-30 19:35 (UTC) (edited on 2021-06-30 19:36 (UTC) by Joermungand)
I wouldn’t know. I’ve made it after the model of python-pillow in the official repos, as it is required by another PKGBUILD I maintain.
Marte2007 commented on 2021-06-30 14:01 (UTC)
Shouldn't this package also provide python2-imaging?