summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dbus-python-client-gen/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.dbus-python-client-gen: 0.8.3 -> 0.8.4R. Ryantm2026-02-051-2/+2
* 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-3/+3
* treewide: substitute pname for strings (python3Packages.[a-g].*)Peder Bergebakken Sundt2025-05-251-1/+1
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-10/+9
* python3Packages.dbus-python-client-gen: 0.8.2 -> 0.8.3•••Diff: https://github.com/stratis-storage/dbus-python-client-gen/compare/refs/tags/v0.8.2...v0.8.3 Changelog: https://github.com/stratis-storage/dbus-python-client-gen/blob/v0.8.3/CHANGES.txt Nick Cao2023-05-011-2/+2
* python310Packages.dbus-python-client-gen: disable on unsupported Python releasesFabian Affolter2023-03-131-0/+4
* python3Packages.dbus-python-client-gen: add changelog to metaFabian Affolter2023-03-131-1/+2
* python3Packages.dbus-python-client-gen: 0.8 -> 0.8.2•••Diff: https://github.com/stratis-storage/dbus-python-client-gen/compare/v0.8...v0.8.2 Nick Cao2023-03-121-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.dbus-python-client-gen: add pythonImportsCheckNick Cao2022-09-161-0/+3
* python3Packages.dbus-python-client-gen: init at 0.8Nick Cao2022-09-121-0/+34