Please kindly add --skip-build option to the python2 setup.py install line inside package(), otherwise this gets compiled twice.
![]() |
VOOZH | about |
| 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.000001 |
| First Submitted: | 2021-06-29 05:30 (UTC) |
| Last Updated: | 2023-12-27 18:38 (UTC) |
Please kindly add --skip-build option to the python2 setup.py install line inside package(), otherwise this gets compiled twice.
Thanks for reporting!
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.
@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)
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
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.
Shouldn't this package also provide python2-imaging?