Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{openlp,python3Packages.sqlalchemy-migrate,python3Packages.tempita}: drop #330855

Merged
merged 3 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 0 additions & 87 deletions pkgs/applications/misc/openlp/default.nix

This file was deleted.

103 changes: 0 additions & 103 deletions pkgs/applications/misc/openlp/lib.nix

This file was deleted.

83 changes: 0 additions & 83 deletions pkgs/development/python-modules/sqlalchemy-migrate/default.nix

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions pkgs/development/python-modules/tempita/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ mapAliases ({
openimageio_1 = throw "'openimageio_1' has been removed, please update to 'openimageio' 2"; # Added 2023-06-14
openisns = open-isns; # Added 2020-01-28
openjpeg_2 = openjpeg; # Added 2021-01-25
openlp = throw "openlp has been removed for now because the outdated version depended on insecure and removed packages and it needs help to upgrade and maintain it; see https://github.com/NixOS/nixpkgs/pull/314882"; # Added 2024-07-29
openmpt123 = libopenmpt; # Added 2021-09-05
openssl_3_0 = openssl_3; # Added 2022-06-27
openvpn_24 = throw "openvpn_24 has been removed, because it went EOL. 2.5.x or newer is still available"; # Added 2023-01-23
Expand Down
8 changes: 0 additions & 8 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37099,14 +37099,6 @@ with pkgs;

octopus = callPackage ../applications/science/chemistry/octopus { };

openlp = libsForQt5.callPackage ../applications/misc/openlp { };
openlpFull = openlp.override {
pdfSupport = true;
presentationSupport = true;
vlcSupport = true;
gstreamerSupport = true;
};

autodock-vina = callPackage ../applications/science/chemistry/autodock-vina { };

dkh = callPackage ../applications/science/chemistry/dkh { };
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ mapAliases ({
sphinxcontrib_newsfeed = sphinxcontrib-newsfeed; # added 2023-07-20
sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
sphinx-navtree = throw "sphinx-navtree has been removed since it is not compatible with sphinx 3.3 and unmaintained"; # added 2023-07-03
sqlalchemy-migrate = throw "sqlalchemy-migrate has been removed because it is abandoned upstream and incompatible with SQLAlchemy 2"; # added 2024-07-29
sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23
sqlsoup = throw "sqlsoup has been removed as it is incompatible with modern SQLAlchemy and unmaintained"; # added 2024-05-13
Expand All @@ -563,6 +564,7 @@ mapAliases ({
supervise_api = supervise-api; # added 2023-10-11
suseapi = throw "suseapi has been removed because it is no longer maintained"; # added 2023-02-27
sysv_ipc = sysv-ipc; # added 2024-01-07
tempita = throw "tempita has been removed because it is unmaintained and the upstream repository is gone"; # added 2024-07-29
tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25
tensorflow-build_2 = tensorflow-build; # added 2021-11-25
tensorflow-estimator = tensorflow-estimator-bin; # added 2023-01-17
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14792,8 +14792,6 @@ self: super: with self; {

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

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

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

sqlalchemy-utils = callPackage ../development/python-modules/sqlalchemy-utils { };
Expand Down Expand Up @@ -15220,8 +15218,6 @@ self: super: with self; {

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

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

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

tempora = callPackage ../development/python-modules/tempora { };
Expand Down