Search Criteria
Package Details: python-androguard 4.1.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-androguard.git (read-only, click to copy) |
---|---|
Package Base: | python-androguard |
Description: | Python framework for Android application analysis. |
Upstream URL: | https://github.com/androguard/androguard/ |
Licenses: | Apache |
Submitter: | fordprefect |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 7 |
Popularity: | 0.000162 |
First Submitted: | 2020-08-19 16:43 (UTC) |
Last Updated: | 2025-01-11 19:37 (UTC) |
Dependencies (15)
- ipython (ipython-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-asn2crypto
- python-click
- python-colorama (python-colorama-gitAUR)
- python-lxml
- python-matplotlib (python-matplotlib-gitAUR)
- python-networkx (python-networkx-gitAUR)
- python-pydot
- python-pygments
- python-setuptools
- python-build (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
fordprefect commented on 2024-03-04 20:51 (UTC)
@Eris: Thanks for being transparent about aur helper. Please retry with makepkg only. That works for me, and I'd expect it to work for you as well. Please report back when makepkg also fails.
Eris commented on 2024-03-02 21:28 (UTC)
When trying to update this package to the new latest version, it would result in the error
ValueError: invalid pyproject.toml config: 'project'.
duringpackage()
. I am using yay. Here is the error in full:What can I do to fix this error? Please advise. Thanks!
fordprefect commented on 2023-05-04 14:55 (UTC) (edited on 2023-05-04 14:56 (UTC) by fordprefect)
@aorth: Please keep in mind that rebuilds of AUR packages are user duty and pkgver/rel are only bumped if the package itself changes. This can and should be automated, but is clearly not a AUR maintainer duty. If some maintainers decide to bump pkgrel to trigger rebuilds as a convenience for their users this is certainly respected, but there is in no way a written or unwritten rule that maintainers are required to do so. Please stop demanding this of each and every package.
aorth commented on 2023-05-04 11:29 (UTC)
Needs rebuild for Python 3.11, which entered Arch yesterday.
fauno commented on 2022-01-08 13:26 (UTC)
While upgrading fdroidserver I noticed this new dependency installed 190MB of Python packages, so I made them optional by checking androguard's code.
fordprefect commented on 2020-08-19 16:45 (UTC)
@bubullc: thank you for the reminder. I dropped the py2 version and will file a deletion request, since it is obsolete now.
BubuIIC commented on 2020-08-19 15:46 (UTC)
Can confirm what @xdavidwu said, this doesn't build due to makepjg not automatically installing the python-build dependencies.
Also I don't really want to install all the python2 stuff anyway when I just want to build the python3 version but that is a separate problem :-/
xdavidwu commented on 2020-02-25 07:44 (UTC)
You should make all splited dependencies listed in makedepends, as PKGBUILD(5) noted:
ilpianista commented on 2017-03-11 22:15 (UTC) (edited on 2017-03-11 22:17 (UTC) by ilpianista)
« First ‹ Previous 1 2