summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/angrcli/default.nix (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
* python312Packages.angrcli: 1.2.0 -> 1.3.0•••Diff: https://github.com/fmagin/angr-cli/compare/refs/tags/v1.2.0...v1.3.0 Fabian Affolter2025-02-011-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-17/+14
* python311Packages.angrcli: refactorFabian Affolter2024-03-281-6/+11
* python3.pkgs.angrcli: disable x86 tests on non-x86 architecturesTheodore Ni2023-08-101-5/+11
* python3Packages.angrcli: enable passing testsKirill Radzikhovskyy2023-06-191-7/+0
* treewide: switch to nativeCheckInputs•••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. Guillaume Girol2023-01-211-1/+1
* treewide: pkgs/development/python-modules: mark broken for aarch64-linuxRick van Schijndel2022-05-301-1/+3
* python3Packages.angrcli: cleanupFabian Affolter2022-01-181-1/+1
* python3Packages.angrcli: 1.1.1 -> 1.2.0Fabian Affolter2021-12-281-5/+2
* python3Packages.angrcli: disable failing testsFabian Affolter2021-12-221-0/+3
* python3Packages.angrcli: init at 1.1.1Fabian Affolter2021-10-311-0/+59