Package Details: python2-pillow 6.2.2-3

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: 5
Popularity: 0.000000
First Submitted: 2021-06-29 05:30 (UTC)
Last Updated: 2023-12-27 18:38 (UTC)

Latest Comments

MarsSeed commented on 2023-12-27 17:47 (UTC)

Please kindly add --skip-build option to the python2 setup.py install line inside package(), 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:

  provides=('python-imaging' 'python2-imaging')
  conflicts=('python-imaging' 'python2-imaging')

Please add it back (python2 version only). See here for reference: https://github.com/archlinux/svntogit-community/blob/4af84f2a4d2aeb920d24f408a1015a1fca0a45db/trunk/PKGBUILD

Joermungand 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?