Package Details: vkbasalt-cli 3.1.1-1

Git Clone URL: https://aur.archlinux.org/vkbasalt-cli.git (read-only, click to copy)
Package Base: vkbasalt-cli
Description: Command-line utility for vkBasalt
Upstream URL: https://gitlab.com/TheEvilSkeleton/vkbasalt-cli
Licenses: LGPL3
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 9
Popularity: 2.96
First Submitted: 2022-11-09 23:19 (UTC)
Last Updated: 2022-12-10 18:24 (UTC)

Latest Comments

FabioLolix commented on 2023-05-15 10:58 (UTC)

Updating all to PEP517 is on my todo list, I'll revision it

xiota commented on 2023-05-15 02:31 (UTC)

In clean chroot, sometimes this package fails to build. (Different results on different machines. Don't know why.)

Updating to PEP517 method resolves the issue:

  • Add to makedepends: python-build, python-wheel, python-installer
  • Build with: python -m build --no-isolation --wheel
  • Install with: python -m installer --destdir="$pkgdir" dist/*.whl