diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2025-08-11 06:07:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 06:07:32 +0000 |
| commit | 368792825e39eddace35fea2fd79e179264e6378 (patch) | |
| tree | e9da55d0ec1f9fc720b18f50e004330bfd71b8df /pkgs/top-level/python-packages.nix | |
| parent | Merge staging-next into staging (diff) | |
| parent | Merge master into staging-next (diff) | |
| download | nixpkgs-origin/staging.tar.gz | |
Merge staging-next into stagingorigin/staging
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
| -rw-r--r-- | pkgs/top-level/python-packages.nix | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 7155875a82fd..5b1078db590b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3445,6 +3445,8 @@ self: super: with self; { decli = callPackage ../development/python-modules/decli { }; + declinate = callPackage ../development/python-modules/declinate { }; + decopatch = callPackage ../development/python-modules/decopatch { }; decora-wifi = callPackage ../development/python-modules/decora-wifi { }; @@ -4494,6 +4496,8 @@ self: super: with self; { ebooklib = callPackage ../development/python-modules/ebooklib { }; + ebusdpy = callPackage ../development/python-modules/ebusdpy { }; + ec2-metadata = callPackage ../development/python-modules/ec2-metadata { }; ec2instanceconnectcli = callPackage ../tools/virtualization/ec2instanceconnectcli { }; @@ -4527,8 +4531,6 @@ self: super: with self; { editdistance = callPackage ../development/python-modules/editdistance { }; - editdistance-s = callPackage ../development/python-modules/editdistance-s { }; - editdistpy = callPackage ../development/python-modules/editdistpy { }; editor = callPackage ../development/python-modules/editor { }; @@ -7013,8 +7015,6 @@ self: super: with self; { inline-snapshot = callPackage ../development/python-modules/inline-snapshot { }; - inlinestyler = callPackage ../development/python-modules/inlinestyler { }; - inotify = callPackage ../development/python-modules/inotify { }; inotify-simple = callPackage ../development/python-modules/inotify-simple { }; @@ -13752,6 +13752,8 @@ self: super: with self; { } ); + pyrecswitch = callPackage ../development/python-modules/pyrecswitch { }; + pyrect = callPackage ../development/python-modules/pyrect { }; pyregion = callPackage ../development/python-modules/pyregion { }; @@ -14097,6 +14099,8 @@ self: super: with self; { pyswitchbot = callPackage ../development/python-modules/pyswitchbot { }; + pyswitchmate = callPackage ../development/python-modules/pyswitchmate { }; + pysychonaut = callPackage ../development/python-modules/pysychonaut { }; pysyncobj = callPackage ../development/python-modules/pysyncobj { }; @@ -15876,6 +15880,8 @@ self: super: with self; { ropper = callPackage ../development/python-modules/ropper { }; + rosbags = callPackage ../development/python-modules/rosbags { }; + rotary-embedding-torch = callPackage ../development/python-modules/rotary-embedding-torch { }; rouge-score = callPackage ../development/python-modules/rouge-score { }; |
