Skip to content

Commit

Permalink
python312Packages.backports-cached-property: remove
Browse files Browse the repository at this point in the history
backports-cached-property has been removed, since we no longer need to
backport to python3.7
  • Loading branch information
natsukium committed Nov 13, 2024
1 parent 9f4b11c commit a45548f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 49 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions pkgs/development/python-modules/curtsies/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
stdenv,
backports-cached-property,
blessed,
buildPythonPackage,
cwcwidth,
Expand Down Expand Up @@ -29,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
blessed
cwcwidth
] ++ lib.optionals (pythonOlder "3.8") [ backports-cached-property ];
];

nativeCheckInputs = [
pyte
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mapAliases ({
awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
azure-functions-devops-build = throw "azure-functions-devops-build has been removed, because it is abandoned"; # added 2024-10-04
Babel = babel; # added 2022-05-06
backports-cached-property = throw "backports-cached-property has been removed, since we no longer need to backport to python3.7"; # added 2024-11-12
backports-shutil-get-terminal-size = throw "backports-shutil-get-terminal-size has been removed, since we no longer need to backport to python3.2"; # added 2024-11-12
backports-shutil-which = throw "backports-shutil-which has been removed, since we no longer need to backport to python3.2"; # added 2024-11-12
backports-zoneinfo = throw "backports-zoneinfo has been removed, since we no longer need to backport to python3.8"; # added 2024-11-12
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,6 @@ self: super: with self; {

backoff = callPackage ../development/python-modules/backoff { };

backports-cached-property = callPackage ../development/python-modules/backports-cached-property { };

backports-datetime-fromisoformat = callPackage ../development/python-modules/backports-datetime-fromisoformat { };

backports-entry-points-selectable = callPackage ../development/python-modules/backports-entry-points-selectable { };
Expand Down

0 comments on commit a45548f

Please sign in to comment.