summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/crownstone-cloud (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
* python312Packages.crownstone-cloud: format with nixfmtFabian Affolter2024-05-211-17/+12
* python312Packages.crownstone-cloud: refactorFabian Affolter2024-05-211-7/+8
* python312Packages.crownstone-cloud: 1.4.9 -> 1.4.11Fabian Affolter2024-05-211-18/+7
* python311Packages.crownstone-cloud: remove asynctest•••Was already patched out, but still provided. Martin Weinelt2023-07-281-2/+0
* python311Packages.crownstone-cloud: remove asynctestFabian Affolter2023-03-131-2/+12
* 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.crownstone-cloud: 1.4.8 -> 1.4.9Fabian Affolter2021-11-101-7/+2
* python3Packages.crownstone-cloud: 1.4.5 -> 1.4.8Martin Weinelt2021-10-181-5/+9
* python3Packages.crownstone-cloud: init at 1.4.5Fabian Affolter2021-10-101-0/+50