Search Criteria
Package Details: python-amulet-core 1.9.32-1
Package Actions
| 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) |
Dependencies (12)
- python
- python-amulet-leveldbAUR (python-amulet-leveldb-gitAUR)
- python-amulet-nbtAUR
- python-leveldbAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-portalockerAUR
- python-pymctranslateAUR (python-pymctranslate-gitAUR)
- python-versioneer (python-versioneer-518AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
gwuensch commented on 2025-10-28 08:54 (UTC)
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,
makepkgdoes 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 -fdxin 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)?