Package Details: python-amulet-core 1.9.32-1

Git Clone URL: https://aur.archlinux.org/python-amulet-core.git (read-only, click to copy)
Package Base: python-amulet-core
Description: A Python library for reading and writing the Minecraft save formats. See Amulet for the actual editor.
Upstream URL: https://github.com/Amulet-Team/Amulet-Core
Keywords: amulet core minecraft python
Licenses: unknown
Submitter: Kimiblock
Maintainer: Kimiblock (lilac)
Last Packager: lilac
Votes: 2
Popularity: 0.040963
First Submitted: 2023-11-12 13:28 (UTC)
Last Updated: 2025-10-30 12:26 (UTC)

Latest Comments

gwuensch commented on 2025-10-28 08:54 (UTC)

I doubt these are actually useful because you are supposed to build in a clean chroot environ tho...

I think you misunderstood something about building in a clean chroot.

Yes, PKGBUILDs should always be able to build in a clean chroot. This is to make sure no dependencies are missed, it can improve reproducibility if required and some compilation problems are mitigated.

Nowhere does this imply PKGBUILDs should always be built in a clean chroot. Using a fresh chroot for every package can extend download and packaging times, makepkg does not require it, and almost no AUR helpers automate this.

So I think the vast majority of users doesn't bother and this isn't wrong per se.

Thanks for adding the fix anyway!

Kimiblock commented on 2025-10-18 16:05 (UTC)

@gwuensch Should be there after next release.

I doubt these are actually useful because you are supposed to build in a clean chroot environ tho...

gwuensch commented on 2025-10-16 16:58 (UTC) (edited on 2025-10-16 17:47 (UTC) by gwuensch)

Hi. Packaging currently fails with stale wheels in the srcdir.

Could you please either clean these up with a git clean -fdx in prepare(), as is suggested by the ArchWiki, or create a separate directory for each version (i.e., include $pkgver in the source directory's name)?