Search Criteria
Package Details: bmaptool 3.9.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bmaptool.git (read-only, click to copy) |
---|---|
Package Base: | bmaptool |
Description: | Tool optimized for copying largely sparse files using information from a block map (bmap) file |
Upstream URL: | https://github.com/yoctoproject/bmaptool |
Licenses: | GPL2 |
Replaces: | bmap-tools |
Submitter: | 2bluesc |
Maintainer: | 2bluesc |
Last Packager: | 2bluesc |
Votes: | 14 |
Popularity: | 0.024779 |
First Submitted: | 2024-06-22 23:09 (UTC) |
Last Updated: | 2025-06-13 13:12 (UTC) |
Dependencies (7)
- python-six
- python3 (python)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
bart commented on 2025-06-13 07:27 (UTC)
Any reason you changed the package name to python-bmaptool? If I look at the naming rules on the wiki, I would assume dropping the python- prefix is the better option. But enlighten me if you disagree ;)
kistlin commented on 2025-06-10 14:16 (UTC)
Looks like
makepkg --printsrcinfo > .SRCINFO
was missing after the latest chagnes.2bluesc commented on 2024-05-17 16:19 (UTC)
@riv91 rebuilding this project (and all python packages) after installing python 3.12 is the recommended way.
riv91 commented on 2024-05-17 14:44 (UTC)
I have fixed the error "PackageNotFoundError" on latest Arch by copying files from the package not only to "/usr/lib/python3.11/" but also to "/usr/lib/python3.12/".
2bluesc commented on 2023-11-20 04:09 (UTC)
@jsimon0 oops. Not sure how I messed that up, but fixed now. Thanks for catching it.
jsimon0 commented on 2023-11-20 03:38 (UTC)
I think that last commit wasn't what you wanted my friend...
PKGBUILD
is entirely emptyjulian.poidevin commented on 2023-05-24 07:19 (UTC)
@askebm Amazing ! That worked for me ! I only just needed to clean install the
bmap-tools
after reinstalling all python packages to get it finally working. Thanks a lot.askebm commented on 2023-05-24 07:14 (UTC)
@akif @2bluesc I had the same issue. I ended up reinstalling all python packages to get it working
yay -S --rebuild $(yay -Q | grep python | awk '{print $1}')
akif commented on 2023-05-15 03:14 (UTC) (edited on 2023-05-15 03:18 (UTC) by akif)
@2bluesc I am also getting the same error as @julian.poidevin.
2bluesc commented on 2023-05-10 00:12 (UTC)
@julian.poidevin I think something is wrong with your python environment, I can't reproduce this:
1 2 Next › Last »