summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/apkinspector (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* python3Packages.apkinspector: 1.3.5 -> 1.3.6R. Ryantm2025-11-021-2/+2
* python3Packages.apkinspector: 1.3.4 -> 1.3.5R. Ryantm2025-06-011-2/+2
* python312Packages.apkinspector: 1.3.3 -> 1.3.4R. Ryantm2025-05-011-2/+2
* python312Packages.apkinspector: 1.3.2 -> 1.3.3R. Ryantm2025-04-221-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.apkinspector: 1.3.1 -> 1.3.2R. Ryantm2024-09-201-2/+2
* python312Packages.apkinspector: 1.3.0 -> 1.3.1R. Ryantm2024-08-181-2/+2
* python312Packages.apkinspector: 1.2.4 -> 1.3.0R. Ryantm2024-07-161-2/+2
* python312Packages.apkinspector: 1.2.3 -> 1.2.4•••Diff: https://github.com/erev0s/apkInspector/compare/refs/tags/v1.2.3...v1.2.4 Changelog: https://github.com/erev0s/apkInspector/releases/tag/v1.2.4 Fabian Affolter2024-06-061-2/+2
* python312Packages.apkinspector: enable testsFabian Affolter2024-04-201-7/+7
* python312Packages.apkinspector: format with nixfmtFabian Affolter2024-04-201-12/+9
* python312Packages.apkinspector: refactorFabian Affolter2024-04-201-2/+3
* python312Packages.apkinspector: 1.2.2 -> 1.2.3R. Ryantm2024-04-201-2/+2
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python311Packages.apkinspector: 1.2.1 -> 1.2.2R. Ryantm2024-03-181-2/+2
* python311Packages.apkinspector: init at 1.2.1•••Module designed to provide detailed insights into the zip structure of APK files https://github.com/erev0s/apkInspector Fabian Affolter2023-12-301-0/+39