summaryrefslogtreecommitdiff
path: root/pkgs/top-level/python2-packages.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python2Packages.ninja: dropSigmanificient2026-01-151-3/+1
* python2Packages.six: dropSigmanificient2026-01-151-3/+1
* python2Packages.more-itertools: dropSigmanificient2026-01-151-1/+1
* python2Packages.packaging: dropSigmanificient2026-01-151-1/+1
* python2Packages.configparser: dropSigmanificient2026-01-151-1/+1
* python2Packages.zipp: dropSigmanificient2026-01-151-2/+1
* python2Packages.contextlib2: dropSigmanificient2026-01-151-1/+1
* python2Packages.importlib-metadata: dropSigmanificient2026-01-151-1/+1
* python2Packages.pluggy: dropSigmanificient2026-01-151-1/+1
* python2Packages.attrs: dropSigmanificient2026-01-151-1/+1
* python2Packages.backports-functools-lru-cache: dropSigmanificient2026-01-151-4/+0
* python2Packages.wcwidth: dropSigmanificient2026-01-151-3/+1
* python2Packages.mock: dropSigmanificient2026-01-151-1/+1
* python2Packages.pytest: dropSigmanificient2026-01-151-2/+2
* python2Packages.markupsafe: dropSigmanificient2026-01-151-1/+1
* python2Packages.hypothesis: dropSigmanificient2026-01-151-7/+2
* python2Packages.coverage: dropSigmanificient2026-01-151-1/+1
* python2Packages.filelock: dropSigmanificient2026-01-151-1/+1
* python2Packages.pytest-xdist: dropSigmanificient2026-01-151-1/+1
* python2Packages.jinja2: dropSigmanificient2026-01-151-1/+1
* python2Packages.cffi: dropSigmanificient2026-01-151-1/+1
* python2Packages.pycairo: dropSigmanificient2026-01-151-3/+1
* python2Packages.pyparsing: dropSigmanificient2026-01-151-1/+1
* python2Packages.pygobject2: dropSigmanificient2026-01-151-2/+0
* python2Packages.pygtk: dropSigmanificient2026-01-151-2/+0
* python2Packages.setuptools-scm: dropSigmanificient2026-01-141-2/+0
* python2Packages.scandir: dropSigmanificient2026-01-141-2/+0
* python2Packages.futures: dropSigmanificient2026-01-141-2/+0
* python2Packages.enum: dropSigmanificient2026-01-141-2/+0
* python2Packages.typing: dropSigmanificient2026-01-141-2/+0
* treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. Peder Bergebakken Sundt2025-02-241-1/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-10/+13
* python2Packages.ninja: alias it to ninja build toolTheodore Ni2023-08-261-0/+4
* python2.pkgs.wcwidth: add missing python2 dependencyTheodore Ni2023-08-031-0/+4
* python2.pkgs.backports-functools-lru-cache: init at 1.6.6Theodore Ni2023-08-031-0/+2
* python3Packages.pysequoia: init at 0.1.14•••Also, make `python3Packages.sequoia` throw a message regarding it's replacement of `python3Packages.sequoia`. The main sequoia-pgp/sequoia repository doesn't ship Python code since 0.25.0, just a binary. Doron Behar2023-06-261-2/+0
* python2Packages.wheel: keep 0.37.1 for python2 since 0.38 dropped supportFrederik Rietdijk2023-02-051-0/+2
* Merge branch 'staging-next' into stagingVladimír Čunát2022-12-161-0/+4
|\
| * Merge master into staging-nextgithub-actions[bot]2022-12-151-0/+4
| |\
| | * python2Packages.typing: revert removal•••This reverts commit ff692673773f18ca8940486f3a020212df2b7e76. Fabián Heredia Montiel2022-12-151-0/+2
| | * python2Packages.scandir: revert removal•••This reverts commit 7d4a0668d26c39bfcd1b40b21b7d169cedbfe9aa. Closes https://github.com/NixOS/nixpkgs/issues/205742 Fabián Heredia Montiel2022-12-151-0/+2
* | | python310Packages.six: run testsRobert Schütz2022-12-141-0/+4
|/ /
* | Merge branch 'master' into staging-nextVladimír Čunát2022-12-101-44/+1
|\|
| * python2Packages.pygobject2: move to python2-modulesRobert Schütz2022-12-091-0/+2
| * python2Packages.pygobject3: removeRobert Schütz2022-12-091-4/+0
| * python2Packages.gtkme: removeRobert Schütz2022-12-091-2/+0
| * python2Packages.idna: removeRobert Schütz2022-12-091-2/+0
| * python2Packages.scandir: removeRobert Schütz2022-12-091-2/+0
| * python2Packages.pysqlite: removeRobert Schütz2022-12-091-2/+0
| * python2Packages.certifi: removeRobert Schütz2022-12-091-2/+0