Package Details: androguard 4.1.3-1

Git Clone URL: https://aur.archlinux.org/androguard.git (read-only, click to copy)
Package Base: androguard
Description: Reverse engineering, Malware and goodware analysis of Android applications and more.
Upstream URL: https://github.com/androguard/androguard
Licenses: Apache-2.0
Conflicts: python-androguard, python-androguard-git
Provides: python-androguard
Submitter: killab33z
Maintainer: killab33z
Last Packager: killab33z
Votes: 2
Popularity: 0.006321
First Submitted: 2024-10-14 00:00 (UTC)
Last Updated: 2025-11-11 14:38 (UTC)

Latest Comments

ilario commented on 2025-09-12 09:27 (UTC)

I just observed this error message installing with yay:

* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'poetry.core.masonry.api'

ERROR Backend 'poetry.core.masonry.api' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: androguard-exit status 4

evine commented on 2024-11-27 00:49 (UTC) (edited on 2024-11-27 00:53 (UTC) by evine)

According to https://github.com/androguard/androguard/blob/v4.1.2/pyproject.toml , do not depend on python-future, and depend on python-pyyaml (as python-yaml), not python-pyaml.

evine commented on 2024-10-28 07:21 (UTC) (edited on 2024-10-28 07:21 (UTC) by evine)

Thanl you for your maintain. Please add provides and confilicts with python-androguard.