Package Details: python-pyvips 2.2.2-2

Git Clone URL: https://aur.archlinux.org/python-pyvips.git (read-only, click to copy)
Package Base: python-pyvips
Description: Python binding for libvips using cffi
Upstream URL: https://github.com/libvips/pyvips
Keywords: libvips python pyvips vips
Licenses: MIT
Submitter: hxss
Maintainer: aliu (hottea)
Last Packager: hottea
Votes: 2
Popularity: 0.010066
First Submitted: 2020-11-28 16:09 (UTC)
Last Updated: 2024-03-06 14:40 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-08-13 00:29 (UTC)

pip should not be used in a PKGBUILD. Please use @hottea's solution to eliminate it.

hottea commented on 2023-05-15 07:42 (UTC)

Building the pkg from the source is preferred when possible. I create a PKGBUILD you could refer to.

motherofmilk commented on 2022-04-30 18:02 (UTC)

Updated to version 2.2.0. Removed the license conflict.

tchernomax commented on 2021-12-13 21:56 (UTC)

@motherofmilk

2.1.16-2 should also fix your issue with the license file. no, I still get

install: will not overwrite just-created '/home/max/.cache/yay/python-pyvips/pkg/python-pyvips/usr/share/licenses/python-pyvips/LICENSE.txt' with '/home/max/.cache/yay/python-pyvips/pkg/python-pyvips/LICENSE.txt'

In fact, after the curl call :

./pkg/python-pyvips/usr/lib/python3.10/site-packages/pyvips-2.1.16.dist-info/LICENSE.txt
./pkg/python-pyvips/LICENSE.txt

So install is trying to install 2 files under the same path… which fail.

For my part I just removed the curl call (so it's ./pkg/python-pyvips/usr/lib/python3.10/site-packages/pyvips-2.1.16.dist-info/LICENSE.txt that is install under ./pkg/python-pyvips/usr/share/licenses/python-pyvips/LICENSE.txt).

motherofmilk commented on 2021-11-25 11:40 (UTC)

@hrehfeld 2.1.16-2 should also fix your issue with the license file.

motherofmilk commented on 2021-11-25 11:22 (UTC)

Updated to 2.1.16 and switched to curl for the license file.

hrehfeld commented on 2021-10-06 16:34 (UTC)

Builds fine if I remove the last two commands regarding LICENSE.

hrehfeld commented on 2021-10-06 16:32 (UTC)

I'm getting this in all cases of:

  • deleted pikaur cache
  • yay
  • fresh install

motherofmilk commented on 2021-10-04 13:26 (UTC)

Are you getting this when installing for the first time, or when updating? Could you clear your pikaur cache or try with a different aur helper?

hrehfeld commented on 2021-10-04 10:42 (UTC)

install: will not overwrite just-created '/home/hrehfeld/.cache/pikaur/build/python-pyvips/pkg/python-pyvips/usr/share/licenses/python-pyvips/LICENSE.txt' with '/home/hrehfeld/.cache/pikaur/build/python-pyvips/pkg/python-pyvips/usr/lib/python3.9/site-packages/pyvips-2.1.15.dist-info/LICENSE.txt'