summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/clr-loader (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: 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.clr-loader: fix build••• NuGet.targets(174,5): error : '0.2.7.post0' is not a valid version string. (Parameter 'value') Fixes: 91df8eec762aa81eb0aff58e7f94ac3dfe8f37b6 David McFarland2025-02-131-0/+7
* python3Packages.clr-loader: 0.2.6 -> 0.2.7.post0Martin Weinelt2025-01-271-2/+2
* clr-loader: upgrade to .NET 8GGG2025-01-043-11/+53
* treewide: migrate nix-based dotnet lockfiles to JSONGGG2024-12-173-37/+33
* python312Packages.clr-loader: use correct dotnet sdk in fetch-depsDavid McFarland2024-12-021-0/+1
* dotnet: split sdk packages by platformDavid McFarland2024-09-241-3/+1
* buildDotnetModule: use individual dependencies for nugetDepsDavid McFarland2024-09-061-2/+1
* dotnet: use unpacked nuget packagesDavid McFarland2024-07-311-4/+7
* python3Packages: format with nixfmtMartin Weinelt2024-05-222-24/+49
* python311Packages.clr-loader: 0.2.5 -> 0.2.6R. Ryantm2023-08-311-2/+2
* python3.pkgs.clr-loader: add build dependencies•••Once we add setuptools-scm, we no longer need the patch that changes the version number in pyproject.toml. Theodore Ni2023-08-051-6/+5
* python3.pkgs.clr-loader: normalize pnameTheodore Ni2023-08-051-2/+3
* python310Packages.clr-loader: init at 0.2.5mdarocha2023-06-212-0/+90