Search Criteria
Package Details: python-imagebackup 0.2.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-imagebackup.git (read-only, click to copy) |
|---|---|
| Package Base: | python-imagebackup |
| Description: | vntfsclone, vpartclone & vpartimage - Mount Image Backups as Virtual Partitions |
| Upstream URL: | https://github.com/joergmlpts/imagebackup |
| Licenses: | MIT |
| Submitter: | Ashark |
| Maintainer: | None |
| Last Packager: | Ashark |
| Votes: | 1 |
| Popularity: | 0.120613 |
| First Submitted: | 2025-07-17 15:12 (UTC) |
| Last Updated: | 2026-01-06 21:52 (UTC) |
Dependencies (8)
- python-lz4
- python-pyfuse3
- python-tqdm
- python-zstandard
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
Ashark commented on 2026-01-06 21:52 (UTC)
@Kage-Yami Thanks. Updated.
Kage-Yami commented on 2026-01-06 01:52 (UTC) (edited on 2026-01-06 02:05 (UTC) by Kage-Yami)
I believe this is missing
python-setuptoolsas amakedepends; getting an error when building in a clean chroot (I'm using Paru, but I believe under the hood it's using the official chroot building scripts fromdevtools):EDIT: have actually tested it now, and yep, just adding
python-setuptoolsto themakedependsmakes the build succeed.