Package Details: python-unitypy-git r779.3472646-1

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)

Pinned Comments

Neko_Rikka commented on 2024-09-18 06:33 (UTC)

pleas don't flag if it builds.

Latest Comments

1 2 Next › Last »

Neko_Rikka commented on 2026-03-01 04:05 (UTC)

all fixed

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)

  1. Have removed the cov argument as per your suggestion, thank you for the feedback.
  2. 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 of psutil should 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