Skip to content

Commit

Permalink
python312Packages.flask-sockets: remove (#369854)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Jan 2, 2025
2 parents 6a398a9 + ef13357 commit 42bb133
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 42 deletions.
36 changes: 0 additions & 36 deletions pkgs/development/python-modules/flask-sockets/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/development/python-modules/slack-bolt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
falcon,
fastapi,
flask,
flask-sockets,
gunicorn,
moto,
pyramid,
Expand Down Expand Up @@ -73,7 +72,6 @@ buildPythonPackage rec {
falcon
fastapi
flask
flask-sockets
gunicorn
moto
pyramid
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/slack-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
buildPythonPackage,
fetchFromGitHub,
flake8,
flask-sockets,
moto,
psutil,
pytest-asyncio,
Expand Down Expand Up @@ -49,7 +48,6 @@ buildPythonPackage rec {

nativeCheckInputs = [
flake8
flask-sockets
moto
psutil
pytest-asyncio
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 @@ -224,6 +224,7 @@ mapAliases ({
flask-autoindex = throw "flask-autoindex was removed, as it is not compatible with flask 3.0 and unmaintained since 2020.";
flask-basicauth = throw "flask-basicauth was removed, as it is not compatible with flask 3.0 and unmaintained since 2016.";
flask-sessionstore = throw "flask-sessionstore was removed, as it is not compatible with flask 3.0 and unmaintained since 2017.";
flask-sockets = throw "flask-sockets has been removed as the upstream repository was archived in 2022"; # Added 2025-01-01
flowlogs_reader = flowlogs-reader; # added 2024-01-03
flufl_bounce = flufl-bounce; # added 2023-11-03
flufl_i18n = flufl-i18n; # added 2023-11-03
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 @@ -4734,8 +4734,6 @@ self: super: with self; {

flask-socketio = callPackage ../development/python-modules/flask-socketio { };

flask-sockets = callPackage ../development/python-modules/flask-sockets { };

flask-sqlalchemy = callPackage ../development/python-modules/flask-sqlalchemy { };

flask-sqlalchemy-lite = callPackage ../development/python-modules/flask-sqlalchemy-lite { };
Expand Down

0 comments on commit 42bb133

Please sign in to comment.