summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/airtouch4pyapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+7
* python310Packages.airtouch4pyapi: 1.0.5 -> 1.0.8•••Diff: https://github.com/LonePurpleWolf/airtouch4pyapi/compare/3478388...v1.0.8 Robert Schütz2023-01-291-13/+3
* python3Packages.airtouch4pyapi: make compatible with Home AssistantRobert Schütz2022-05-221-0/+9
* python3Packages.airtouch4pyapi: init at 1.0.5Fabian Affolter2021-11-081-0/+38