Search Criteria
Package Details: python-ffmpeg-progress-yield 1.1.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-ffmpeg-progress-yield.git (read-only, click to copy) |
|---|---|
| Package Base: | python-ffmpeg-progress-yield |
| Description: | Run an ffmpeg command with its progress yielded. |
| Upstream URL: | https://github.com/slhck/ffmpeg-progress-yield |
| Licenses: | MIT |
| Submitter: | ruahcra |
| Maintainer: | ruahcra |
| Last Packager: | ruahcra |
| Votes: | 5 |
| Popularity: | 0.111971 |
| First Submitted: | 2021-04-29 09:51 (UTC) |
| Last Updated: | 2026-03-16 13:23 (UTC) |
Dependencies (9)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- python-tqdm
- python-build (make)
- python-installer (make)
- python-uv-build (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR) (check)
- procps-ng (procps-ng-nosystemd-gitAUR, procps-ng-gitAUR) (check)
- python-pytest (check)
- python-pytest-asyncio (check)
Latest Comments
1 2 Next › Last »
martin-de commented on 2026-02-08 12:32 (UTC)
Since the package maintainer had previously implemented the necessary corrections using
sed, I felt it made more sense to continue with this approach rather than creating another dependency withuv. However, the package maintainer should decide which approach to use in the future.After developer Werner Robitza released version 1.1.2 yesterday, which included the change
requires = ["uv_build>=0.8.14"], thus setting only a minimum requirement and removing the upper limit, we should be safe for the future without further action.willemw commented on 2026-02-08 11:53 (UTC)
The PKGBUILD file I provided is also independent of the
requiresversions set in file pyproject.toml. And it does not require a patch inprepare(). Tested with versions 1.0.5 and 1.1.1. Note: the Arch Wiki has no "Python uv" build guidelines (yet).martin-de commented on 2026-02-07 19:27 (UTC) (edited on 2026-02-07 23:47 (UTC) by martin-de)
After I added a note to the existing bug report, the developer reacted quickly and released a corrected version 1.1.2. The package can now be built without errors again; simply set
pkgver=1.1.2in thePKGBUILDand update the checksum withupdpkgsums, that's all you need to do.As I understand the developer Werner Robitza's comment, it should be the package maintainer's responsibility to set the version at the time the package is built. I tried this:
This would cause the current version to be determined by pacman before the package is built and set in
pyproject.toml. This would make us independent of upstream dependencies, because the entry would always match the currently installed version ofuv-build.I tried it with the unmodified version 1.1.1 and it worked.
willemw commented on 2026-02-07 17:53 (UTC)
Similar to using
uvinpython-ffmpeg-progress-yield-git, this PKGBUILD file does build:martin-de commented on 2026-02-07 14:11 (UTC)
This problem isn't new: https://github.com/slhck/ffmpeg-progress-yield/issues/32
Back then, the package couldn't be built against uv_build > 0.9, and now, after version 0.10.0 was released in the official repository on 2026-02-06, it's broken again.
You can try updating the variable
requires = ["uv_build>=0.8.14,<0.10.0"]inpyproject.tomlto a current value, or better yet, report the problem upstream so the developer can check if the current version is compatible with their project and fix it if necessary.And the PKGBUILD should be updated to the current version 1.1.1.
willemw commented on 2026-02-07 13:27 (UTC)
Not compatible with package python-uv-build 0.10.0-1:
martin-de commented on 2025-12-28 09:53 (UTC) (edited on 2025-12-28 23:14 (UTC) by martin-de)
Do not use quotes around the value. Using "function" (with quotes) in a .ini file causes pytest-asyncio to read the literal string including the quotes, which is not recognized.
However, the PKGBUILD is outdated, as a newer version 1.0.5 has been available since November 9th, in which the described problem no longer occurs. However, the additional dependency 'python-uv-build' must be set, the check function must be revised, because pytest no longer finds 'test/test.py' and 'LICENSE' has been renamed to 'LICENSE.md'.
For a fast solution, remove the quotes in the .ini file, or wait until the maintainer updated the PKGBUILD to the latest release.
willemw commented on 2025-12-28 07:58 (UTC)
yochananmarqos commented on 2025-06-22 20:41 (UTC)
@ruahcra: FYI,
procps-ngis required for the test as it needspgrep.willemw commented on 2025-06-09 08:13 (UTC)
Fails to build.
python-pytest-asyncio(waspytest-asyncio) is missing fromcheckdepends.1 2 Next › Last »