Skip to content

Commit

Permalink
Merge pull request #43782 from Ma27/fix-simpleldap-python3
Browse files Browse the repository at this point in the history
python3Packages.simpleldap: remove
  • Loading branch information
dotlambda authored Jul 19, 2018
2 parents 0467e8d + 0adca53 commit e7e5aaa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 362 deletions.
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@
./services/web-servers/lighttpd/collectd.nix
./services/web-servers/lighttpd/default.nix
./services/web-servers/lighttpd/gitweb.nix
./services/web-servers/lighttpd/inginious.nix
./services/web-servers/meguca.nix
./services/web-servers/mighttpd2.nix
./services/web-servers/minio.nix
Expand Down
261 changes: 0 additions & 261 deletions nixos/modules/services/web-servers/lighttpd/inginious.nix

This file was deleted.

74 changes: 0 additions & 74 deletions pkgs/servers/inginious/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16780,8 +16780,6 @@ with pkgs;

inferno = pkgsi686Linux.callPackage ../applications/inferno { };

inginious = callPackage ../servers/inginious {};

inkscape = callPackage ../applications/graphics/inkscape {
lcms = lcms2;
poppler = poppler_0_61;
Expand Down
24 changes: 0 additions & 24 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12621,30 +12621,6 @@ in {

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

simpleldap = buildPythonPackage rec {
version = "0.8";
name = "simpleldap-${version}";

propagatedBuildInputs = with self; [ ldap ];
buildInputs = with self; [ pep8 pytest tox ];

src = pkgs.fetchurl {
url = "mirror://pypi/s/simpleldap/simpleldap-${version}.tar.gz";
sha256 = "a5916680a7fe1b2c5d74dc76351be2941d03b7b94a50d8520280e3f588a84e61";
};

meta = {
description = "A module that makes simple LDAP usage simple";
longDescription = ''
A small wrapper around the python-ldap library that provides a more
Pythonic interface for LDAP server connections, LDAP objects, and the
common get and search operations.
'';
license = licenses.mit;
maintainers = with maintainers; [ layus ];
};
};

simpleparse = buildPythonPackage rec {
version = "2.1.1";
name = "simpleparse-${version}";
Expand Down

0 comments on commit e7e5aaa

Please sign in to comment.