Package Details: python-iterfzf 1.9.0.67.0-1

Git Clone URL: https://aur.archlinux.org/python-iterfzf.git (read-only, click to copy)
Package Base: python-iterfzf
Description: Pythonic interface to fzf
Upstream URL: https://github.com/dahlia/iterfzf
Keywords: fzf python
Licenses: GPL-3.0
Submitter: sharktamer
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 2
Popularity: 0.019741
First Submitted: 2019-05-21 00:53 (UTC)
Last Updated: 2026-07-11 22:07 (UTC)

Latest Comments

Dominiquini commented on 2026-07-11 22:08 (UTC)

@carlosal1015: Fixed! Thanks.

carlosal1015 commented on 2026-07-11 21:57 (UTC)

requires = ["flit_core >= 3.2, < 4", "packaging >= 22"]

carlosal1015 commented on 2026-07-11 21:56 (UTC)

:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found iterfzf-1.9.0.67.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting iterfzf-1.9.0.67.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'build_dist'

ERROR Backend 'build_dist' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed

lmartinez-mirror commented on 2021-11-20 04:22 (UTC)

Took ownership of this package, but I'm holding off on updating it until I rewrite the setup.py. The file in question installs a vendored fzf binary; we don't want that when we can just install it through pacman.