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

python312Packages.premailer: drop #348580

Merged
merged 1 commit into from
Oct 14, 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
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/paddleocr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
openpyxl,
pdf2docx,
pillow,
premailer,
pyclipper,
pymupdf,
python-docx,
Expand Down Expand Up @@ -76,7 +75,6 @@ buildPythonPackage {
openpyxl
pdf2docx
pillow
premailer
pyclipper
pymupdf
python-docx
Expand Down
43 changes: 0 additions & 43 deletions pkgs/development/python-modules/premailer/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ mapAliases ({
postorius = throw "Please use pkgs.mailmanPackages.postorius"; # added 2022-04-29
powerlineMemSegment = powerline-mem-segment; # added 2021-10-08
prayer-times-calculator = prayer-times-calculator-offline; # added 2024-08-11
premailer = throw "premailer was removed, as it is not compatible with lxml>4.9.4.";
privacyidea-ldap-proxy = throw "privacyidea-ldap-proxy has been removed from nixpkgs"; # added 2023-10-31
proboscis = throw "proboscis has been removed since it has not been maintained for 11 years"; # added 2024-05-20
prometheus_client = prometheus-client; # added 2021-06-10
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 @@ -10650,8 +10650,6 @@ self: super: with self; {

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

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

preprocess-cancellation = callPackage ../development/python-modules/preprocess-cancellation { };

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