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

python3Packages.acebinf: remove; python3Packages.pyvcf: remove #232816

Merged
merged 2 commits into from
May 19, 2023
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
28 changes: 0 additions & 28 deletions pkgs/development/python-modules/acebinf/default.nix

This file was deleted.

33 changes: 0 additions & 33 deletions pkgs/development/python-modules/pyvcf/default.nix

This file was deleted.

2 changes: 2 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in

mapAliases ({
abodepy = jaraco-abode; # added 2023-02-01
acebinf = throw "acebinf has been removed because it is abandoned and broken."; # Added 2023-05-19
aioh2 = throw "aioh2 has been removed because it is abandoned and broken."; # Added 2022-03-30
ansible-base = throw "ansible-base has been removed, because it is end of life"; # added 2022-03-30
ansible-doctor = throw "ansible-doctor has been promoted to a top-level attribute"; # Added 2023-05-16
Expand Down Expand Up @@ -250,6 +251,7 @@ mapAliases ({
pytorchWithCuda = torchWithCuda; # added 2022-09-30
pytorchWithoutCuda = torchWithoutCuda; # added 2022-09-30
pytwitchapi = twitchapi; # added 2022-03-07
pyvcf = throw "pyvcf has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-05-19
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
Quandl = quandl; # added 2023-02-19
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 @@ -28,8 +28,6 @@ self: super: with self; {

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

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

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

acme-tiny = callPackage ../development/python-modules/acme-tiny { };
Expand Down Expand Up @@ -10045,8 +10043,6 @@ self: super: with self; {

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

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

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

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