Skip to content

Commit

Permalink
python.pkgs.{pitz, clepy}: remove old packages
Browse files Browse the repository at this point in the history
These were added in 2013 by @bjornfor but haven't been touched since.
They seem to be unmaintained, both in Nixpkgs and by upstream.
  • Loading branch information
FRidh committed Sep 16, 2017
1 parent adfd4fe commit 66d3d19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
34 changes: 0 additions & 34 deletions pkgs/applications/misc/pitz/default.nix

This file was deleted.

19 changes: 0 additions & 19 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -203,8 +203,6 @@ in {

ntlm-auth = callPackage ../development/python-modules/ntlm-auth { };

pitz = callPackage ../applications/misc/pitz { };

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

Pmw = callPackage ../development/python-modules/Pmw { };
Expand Down Expand Up @@ -2798,23 +2796,6 @@ in {
};
};

clepy = buildPythonPackage rec {
name = "clepy-0.3.20";

src = pkgs.fetchurl {
url = "mirror://pypi/c/clepy/${name}.tar.gz";
sha256 = "16vibfxms5z4ld8gbkra6dkhqm2cc3jnn0fwp7mw70nlwxnmm51c";
};

buildInputs = with self; [ self.mock self.nose self.decorator ];

meta = {
homepage = http://code.google.com/p/clepy/;
description = "Utilities created by the Cleveland Python users group";
};
};


clientform = buildPythonPackage (rec {
name = "clientform-0.2.10";
disabled = isPy3k;
Expand Down

0 comments on commit 66d3d19

Please sign in to comment.