Skip to content

Commit

Permalink
Merge pull request NixOS#113933 from Mic92/xmpppy
Browse files Browse the repository at this point in the history
python2.pkgs.xmpppy: remove + dependent packages
  • Loading branch information
davidak authored Feb 22, 2021
2 parents bb99dde + 819873f commit 550833b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 139 deletions.
26 changes: 0 additions & 26 deletions pkgs/development/python-modules/xmpppy/default.nix

This file was deleted.

25 changes: 0 additions & 25 deletions pkgs/development/python-modules/xmpppy/ssl.patch

This file was deleted.

41 changes: 0 additions & 41 deletions pkgs/servers/xmpp/pyIRCt/default.nix

This file was deleted.

39 changes: 0 additions & 39 deletions pkgs/servers/xmpp/pyMAILt/default.nix

This file was deleted.

3 changes: 3 additions & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@ mapAliases ({
xbmcPlain = kodiPlain; # added 2018-04-25
xbmcPlugins = kodiPlugins; # added 2018-04-25
xmonad_log_applet_gnome3 = xmonad_log_applet; # added 2018-05-01
xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only";
pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";
pyMAILt = throw "pyMAILt has been removed from nixpkgs as it is unmaintained and python2-only";
xf86_video_nouveau = xorg.xf86videonouveau; # added 2015-09
xf86_input_mtrack = throw ("xf86_input_mtrack has been removed from nixpkgs as it hasn't been maintained"
+ "and is broken. Working alternatives are libinput and synaptics.");
Expand Down
6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9214,8 +9214,6 @@ in
w3m = w3m-batch;
};

xmpppy = pythonPackages.xmpppy;

xiccd = callPackage ../tools/misc/xiccd { };

xidlehook = callPackage ../tools/X11/xidlehook {
Expand Down Expand Up @@ -18453,10 +18451,6 @@ in

pure-ftpd = callPackage ../servers/ftp/pure-ftpd { };

pyIRCt = callPackage ../servers/xmpp/pyIRCt {};

pyMAILt = callPackage ../servers/xmpp/pyMAILt {};

pypolicyd-spf = python3.pkgs.callPackage ../servers/mail/pypolicyd-spf { };

qpid-cpp = callPackage ../servers/amqp/qpid-cpp {
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 @@ -8512,8 +8512,6 @@ in {

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

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

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

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

0 comments on commit 550833b

Please sign in to comment.