summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bincopy (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.bincopy: 20.0.0 -> 20.1.0•••This commit was automatically generated using update-python-libraries. Martin Weinelt2025-04-031-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-11/+13
* 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.bincopy: add format•••- disable on unsupported Python releasesFabian Affolter2023-11-041-2/+14
* python310Packages.bincopy: 19.1.0 -> 20.0.0R. Ryantm2023-11-041-2/+2
* python310Packages.bincopy: 17.14.5 -> 19.1.0R. Ryantm2023-10-131-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* python3Packages.bincopy: 17.14.0 -> 17.14.5Martin Weinelt2023-03-031-2/+2
* python310Packages.bincopy: 17.11.0 -> 17.14.0R. Ryantm2023-01-011-2/+2
* python3Packages.bincopy: 17.10.3 -> 17.11.0Martin Weinelt2022-09-181-2/+2
* python310Packages.bincopy: 17.10.2 -> 17.10.3R. Ryantm2022-09-021-2/+2
* python3Packages.bincopy: init at 17.10.2Simon Bruder2022-08-171-0/+26