all fixed
Search Criteria
Package Details: python-unitypy-git r779.3472646-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-unitypy-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-unitypy-git |
| Description: | A unity asset extractor based on unitypack and AssetStudio. |
| Upstream URL: | https://github.com/K0lb3/UnityPy |
| Keywords: | assetstudio data-mining python3 unity-asset-extractor unitypack |
| Licenses: | MIT |
| Conflicts: | python-unitypy |
| Provides: | python-unitypy |
| Submitter: | greyltc |
| Maintainer: | Neko_Rikka |
| Last Packager: | Neko_Rikka |
| Votes: | 1 |
| Popularity: | 0.068116 |
| First Submitted: | 2020-03-16 20:51 (UTC) |
| Last Updated: | 2026-04-09 02:12 (UTC) |
Dependencies (19)
- python-astc-encoder-py-gitAUR
- python-attrs (python-attrs-gitAUR)
- python-brotli (python-brotli-gitAUR)
- python-etcpak-gitAUR (python-etcpak-gitAUR)
- python-fmod-tookit-gitAUR
- python-fsspec
- python-lz4
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-pyfmodex-gitAUR
- python-tabulate (python-tabulate-gitAUR)
- python-texture2ddecoderAUR
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-psutil (check)
- python-pytest (check)
Required by (1)
- python-sssekai-git (requires python-unitypy)
Sources (1)
Neko_Rikka commented on 2026-03-01 04:05 (UTC)
Kycko commented on 2026-02-28 17:03 (UTC) (edited on 2026-02-28 17:07 (UTC) by Kycko)
Thank you. ❤️ Third release builds successfully, all the tests passed.
If the package needs psutil only for tests, then in should be in the checkdepends, not in depends.
And since we don't launch the coverage tests then I think we don't need the python-pytest-cov package.
Neko_Rikka commented on 2026-02-28 14:21 (UTC) (edited on 2026-02-28 14:22 (UTC) by Neko_Rikka)
Well,they introduced the psutil for the test scripts, and I've now added it to the dep.
Kycko commented on 2026-02-28 11:07 (UTC)
pacman -Qoq /usr/lib/python3.13: no one package
Checked if it is installed. pacman -Qs psutil: no one package
Neko_Rikka commented on 2026-02-28 03:56 (UTC) (edited on 2026-02-28 04:06 (UTC) by Neko_Rikka)
- Have removed the
covargument as per your suggestion, thank you for the feedback. - I believe you are currently running Python 3.14.3 while psutil remains under the Python 3.13 path. You can verify this using
pacman -Qoq /usr/lib/python3.13. If it appears in the output, a simple reinstallation ofpsutilshould resolve the issue.
Kycko commented on 2026-02-26 20:25 (UTC)
Neko_Rikka, please consider removing the --cov flag from PYTHONPATH="$PWD" pytest -v --cov. It launches the coverage tests. Users don't need them because they only show the percent of the app code checked with the other tests.
And I have another error, cannot import one lib for tests:
tests/test_typetree.py:7: in <module>
import psutil
E ModuleNotFoundError: No module named 'psutil'
Neko_Rikka commented on 2026-02-25 04:21 (UTC)
fixed
YumeMichi commented on 2026-02-25 02:22 (UTC)
need to handle lfs, see https://github.com/K0lb3/UnityPy/issues/367
Pinned Comments
Neko_Rikka commented on 2024-09-18 06:33 (UTC)
pleas don't flag if it builds.