summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/barectf (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-2/+2
* maintainers: remove Madouura•••Maintainer has not been active in nixpkgs for over a year, and not been responding to maintainer pings for even longer. Aidan Gauland2025-09-141-1/+0
* Revert "treewide: replace `rev` with `tag`"•••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 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-1/+1
* treewide: remove trailing space in description•••Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 | xargs -i nvim {}` and sorting the opened files by hand, avoiding generated packages list Sigmanificient2024-07-261-1/+1
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-17/+14
* python311Packages.barectf: test with pytest 7Martin Weinelt2024-03-271-6/+2
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix Martin Weinelt2024-03-191-0/+1
|\
| * 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.barectf: suppress pytest8 warningsMartin Weinelt2024-03-171-0/+4
|/
* python311Packages.barectf: relax various dependency constraints•••Checking runtime dependencies for barectf-3.1.2-py3-none-any.whl - jsonschema<4.0,>=3.2 not satisifeid by version 4.19.0 - pyyaml<6.0,>=5.3 not satisifeid by version 6.0.1 - termcolor<2.0,>=1.1 not satisifeid by version 2.3.0 Martin Weinelt2023-12-201-3/+18
* pythonPackages: barectf: init at 3.1.2Madoura2023-10-091-0/+44