summaryrefslogtreecommitdiff
path: root/pkgs/development/python2-modules
AgeCommit message (Collapse)Author
5 dayspython2Packages.more-itertools: dropSigmanificient
5 dayspython2Packages.packaging: dropSigmanificient
5 dayspython2Packages.configparser: dropSigmanificient
5 dayspython2Packages.zipp: dropSigmanificient
5 dayspython2Packages.contextlib2: dropSigmanificient
5 dayspython2Packages.importlib-metadata: dropSigmanificient
5 dayspython2Packages.pluggy: dropSigmanificient
5 dayspython2Packages.attrs: dropSigmanificient
5 dayspython2Packages.backports-functools-lru-cache: dropSigmanificient
5 dayspython2Packages.wcwidth: dropSigmanificient
5 dayspython2Packages.mock: dropSigmanificient
5 dayspython2Packages.pytest: dropSigmanificient
5 dayspython2Packages.markupsafe: dropSigmanificient
5 dayspython2Packages.hypothesis: dropSigmanificient
5 dayspython2Packages.coverage: dropSigmanificient
5 dayspython2Packages.filelock: dropSigmanificient
5 dayspython2Packages.pytest-xdist: dropSigmanificient
5 dayspython2Packages.jinja2: dropSigmanificient
5 dayspython2Packages.cffi: dropSigmanificient
5 dayspython2Packages.pycairo: dropSigmanificient
5 dayspython2Packages.pyparsing: dropSigmanificient
5 dayspython2Packages.pygobject2: dropSigmanificient
5 dayspython2Packages.pygtk: dropSigmanificient
6 dayspython2Packages.setuptools-scm: dropSigmanificient
6 dayspython2Packages.scandir: dropSigmanificient
6 dayspython2Packages.futures: dropSigmanificient
6 dayspython2Packages.enum: dropSigmanificient
6 dayspython2Packages.typing: dropSigmanificient
6 dayspython2Packages.typing: remove superfluous pythonOlder and pythonAtLeastGutyina Gergő
6 dayspython2Packages.pytest: remove superfluous pythonOlderGutyina Gergő
7 daystreewide: change 'format = "pyproject";' to 'pyproject = true;'Michael Daniels
This is almost all find-and-replace. I manually edited: * pkgs/development/python-modules/notifications-android-tv/default.nix, * pkgs/servers/home-assistant/default.nix, * pkgs/development/tools/continuous-integration/buildbot/master.nix A few files have not been changed in this PR because they would cause rebuilds. This PR should have 0 rebuilds.
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
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>
2025-12-09maintainers: drop lsixWolfgang Walther
Reacted to 0 out of 16 maintainer pings in the least 180 days.
2025-10-05treewide: remove unused withWolfgang Walther
Auto-fixed by nixf-diagnose.
2025-08-22maintainers: drop abbradarphaer
Listed as maintainer for ~170 packages but last commit that made it to master was 6786ceb in February 2022. Unresponsive on PRs, such as i.e. #411522
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-07-02treewide: add explicit format attribute for Python packagesMartin Weinelt
If a Python package does not come with either `format` or `pyproject` we consider it a setuptools build, that calls `setup.py` directly, which is deprecated. This change, as a first step, migrates a large chunk of these packages to set setuptools as their explicit format This is so we can unify the problem space for the next step of the migration.
2025-06-11various: remove domenkozar from maintainers (#415576)Domen Kožar
2025-04-08Revert "treewide: replace `rev` with `tag`"Winter
This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
2025-04-07treewide: replace `rev` with `tag`Pol Dellaiera
2025-03-14treewide: remove unused rec expressionsSigmanificient
2025-03-12python2Packages.hypothesis: remove enum34Benjamin Sparks
2024-12-25python2Packages.pygtk: fix build w/ `-fpermissive`Bryan Lai
... and adopt the package: add @bryango to maintainers.
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
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
2024-10-31python2-modules: Add a README explaining that Python 2 is no longer ↵Eric Firestone
supported (#348583) Add a README explaining that Python 2 is no longer supported
2024-09-25Merge branch 'master' into staging-nextArtturin
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
2024-09-24Merge master into staging-nextgithub-actions[bot]
2024-09-23python27Packages.more-itertools: use `unittestCheckHook`Emily
I thought that the Python 2 package set was entirely separate from the Python 3 one, but this appears to actually be using the main nose package. The actual code doesn’t use nose at all, and their `tox.ini` uses unittest, so let’s fix that…
2024-09-07treewide: handle `*Phases` variables `__structuredAttrs`-agnostically (#339117)Philip Taron