Package Details: python-accimage 0.2.0-2

Git Clone URL: https://aur.archlinux.org/python-accimage.git (read-only, click to copy)
Package Base: python-accimage
Description: high performance image loading and augmenting routines mimicking PIL.Image interface
Upstream URL: https://github.com/pytorch/accimage
Licenses: BSD
Submitter: Freed
Maintainer: Freed
Last Packager: Freed
Votes: 0
Popularity: 0.000000
First Submitted: 2023-06-14 09:32 (UTC)
Last Updated: 2023-06-30 10:30 (UTC)

Latest Comments

MarsSeed commented on 2023-06-30 11:30 (UTC) (edited on 2023-06-30 11:31 (UTC) by MarsSeed)

Thanks for making the improvement.

But now please kindly remove python-pip from makedepends, and add the required python-setuptools.

Also, please rename the downloaded source file, as it has to be unique in case a common source cache dir (SRCDEST) is used (as per warning remark in Arch wiki's PKGBUILD source guidelines).

source=("$_pkgname-$pkgver.tar.gz::https://github.com/pytorch/$_pkgname/archive/refs/tags/$_pkgver.tar.gz")

MarsSeed commented on 2023-06-30 09:52 (UTC) (edited on 2023-06-30 11:09 (UTC) by MarsSeed)

Don't use pip install in PKGBUILD to download and install into thr system.

Use the included setup.py for build and install.