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: 10
Popularity: 0.019378
First Submitted: 2024-10-14 00:00 (UTC)
Last Updated: 2025-11-11 14:38 (UTC)

Latest Comments

1 2 3 Next › Last »

Muflone commented on 2026-05-02 21:36 (UTC)

both python-androguard and androguard packages are broken.

one has missing dependencies, the other fails to build.

@fordprefect @killab33z please maintain a unique package, androguard has a better name as it provides an executable called androguard matching the project name.

one among the two package will be deleted, please let's keep a package only.

Muflone commented on 2026-05-02 21:36 (UTC)

both python-androguard and androguard packages are broken.

one has missing dependencies, the other fails to build.

@fordprefect @killab33z please maintain a unique package, androguard has a better name as it provides an executable called androguard matching the project name.

one among the two package will be deleted, please let's keep a package only.

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

taba commented on 2025-06-23 09:06 (UTC)

Missing python-loguru and python-apkinspector dependencies.

fordprefect commented on 2025-02-19 20:26 (UTC)

Thanks, that was a typo I guess…

leanguedes commented on 2025-02-19 18:12 (UTC)

The python-asn2crypto package does not exist. Was it a typo or was it intentional?

cosmocat commented on 2025-01-11 21:15 (UTC)

The package python-androguard now lists python-asn2crypto as a dependency, but this package does not exist in the Arch Linux repositories or the AUR. However, I did find a package named python-asn1crypto. Could you confirm if this dependency is correct or if it should be updated to python-asn1crypto? Thank you for your assistance!

dreieck commented on 2025-01-11 12:07 (UTC)

Please remove the dependency on python-furure:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!

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.