rucio: init at 32.8.6

+11
+5
pkgs/by-name/ru/rucio/package.nix
··· 1 + { python3Packages }: 2 + 3 + with python3Packages; 4 + 5 + toPythonApplication rucio
+6
pkgs/top-level/all-packages.nix
··· 4378 4378 pythonPackages = python3Packages; 4379 4379 }; 4380 4380 4381 + rucio = callPackage ../by-name/ru/rucio/package.nix { 4382 + # Pinned to python 3.12 while python313Packages.future does not evaluate and 4383 + # until https://github.com/CZ-NIC/pyoidc/issues/649 is resolved 4384 + python3Packages = python312Packages; 4385 + }; 4386 + 4381 4387 rubocop = rubyPackages.rubocop; 4382 4388 4383 4389 ruby-lsp = rubyPackages.ruby-lsp;