summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/circus (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.circus: 0.18.0 -> 0.19.0•••https://github.com/circus-tent/circus/releases/tag/0.19.0 This commit was automatically generated using update-python-libraries. Martin Weinelt2025-04-031-2/+2
* python312Packages.circus: allow local networking to fix darwin testsGaetan Lepage2024-10-061-0/+2
* python312Packages.circus: add GaetanLepage as maintainerGaetan Lepage2024-10-061-3/+3
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-1/+1
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-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
* python312Packages.circus: disable failing tests•••- refactor Fabian Affolter2024-05-221-24/+30
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-13/+12
* python311Packages.circus: fix tests on darwintu-maurice2023-11-181-0/+6
* python3Packages.circus: switch to pypaBuildHookPeder Bergebakken Sundt2023-09-221-1/+6
* python310Packages.circus: enable checkPhasenatsukium2023-07-231-3/+58
* python310Packages.circus: reintroduce as python-modulesnatsukium2023-07-231-0/+22
* circus: fix incompatible dependency of python-circus (#73199)•••* circus: fix incompatible dependency of python-circus * circus: move out of python packages set * circus: remove directly used python packages arguments tekeri2019-11-111-31/+0
* pythonPackages.circus: fix build, add meta (#47066)xeji2018-09-211-2/+17
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* python: circus: 0.14.0 -> 0.15.0Frederik Rietdijk2018-06-221-2/+2
* python: circus: 0.11.1 -> 0.14.0Frederik Rietdijk2018-04-081-2/+2
* pythonPackages.circus: Move to own fileElis Hirwing2018-04-041-0/+16