about summary refs log tree commit diff
path: root/pkgs/development/python-modules/androguard
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis1-0/+1
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-05-07python310Packages.python-magic: normalise attrSandro Jäckel1-2/+2
2021-11-30python3Packages.androguard: fix buildJonathan Ringer1-4/+7
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser1-1/+0
2021-10-06python3Packages.androguard: 3.3.5 -> 3.4.0a1Fabian Affolter1-22/+21
2020-10-08python3.pkgs.androguard: rewriteDoron Behar1-7/+63
Add an optional withGui flag to turn off gui as most of the time it's not needed since this is a python library. Use a GitHub tarball to optionally enable tests, currently disabled by default, but next release' tests should pass (tested the beta release tag). Wrap qt apps properly, without double wrapping, if gui is enabled.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-02-23python: androguard: 3.3.4 -> 3.3.5Frederik Rietdijk1-2/+2
2019-02-13pythonPackages.androguard: 3.3.3 -> 3.3.4 (#55728)Philipp Middendorf1-2/+2
2019-01-30pythonPackages.androguard: init at 3.3.3Philipp Middendorf1-0/+37