summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/contourpy (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: change 'format = "pyproject";' to 'pyproject = true;'•••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. Michael Daniels2026-01-121-1/+1
* 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-2/+2
* python3Packages.contourpy: 1.3.2 -> 1.3.3•••https://github.com/contourpy/contourpy/releases/tag/v1.3.3 This commit was automatically generated using update-python-libraries. Martin Weinelt2025-08-091-3/+3
* python313Packages.contourpy: 1.3.1 -> 1.3.2•••https://github.com/contourpy/contourpy/releases/tag/v1.3.2 Martin Weinelt2025-05-231-2/+2
* python313Packages.contourpy: 1.3.0 -> 1.3.1•••https://github.com/contourpy/contourpy/releases/tag/v1.3.1 Martin Weinelt2025-01-271-2/+2
* python3Packages.contourpy: fix cross build•••nuke-refs was used incorrectly DavHau2025-01-191-4/+1
* Merge remote-tracking branch 'upstream/staging-next' into fix-merge-conflict-...Peder Bergebakken Sundt2025-01-041-1/+1
|\
| * treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* | Fix cross build for various python packages (#369631)Martin Weinelt2025-01-021-0/+14
|\ \
| * | python3Packages.contourpy: fix cross buildDavHau2025-01-011-0/+14
| |/
* | python312Packages.contourpy: fix cross compilation (#328218)misuzu2024-12-141-0/+7
|\ \ | |/ |/|
| * python312Packages.contourpy: fix cross compilationColin2024-07-281-0/+7
* | python312Packages.contourpy: 1.2.1 -> 1.3.0•••https://github.com/contourpy/contourpy/releases/tag/v1.3.0 Martin Weinelt2024-10-131-4/+5
* | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
|/
* python3Packages.contourpy: 1.2.0 -> 1.2.1•••https://github.com/contourpy/contourpy/releases/tag/v1.2.1 Martin Weinelt2024-06-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-62/+67
* python3Packages.contourpy: fix typo in bindingAlyssa Ross2024-05-101-3/+3
* python3Packages.contourpy: 1.1.0 -> 1.2.0•••https://github.com/contourpy/contourpy/releases/tag/v1.2.0 Martin Weinelt2023-12-201-2/+2
* python3Packages.contourpy: 1.0.7 -> 1.1.0Martin Weinelt2023-09-271-4/+8
* python3Packages.contourpy: 1.0.6 -> 1.0.7Martin Weinelt2023-03-031-2/+2
* 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
* python3Packages.contourpy: init at 1.0.6Martin Weinelt2023-01-051-0/+75