Skip to content

Commit

Permalink
pythonPackages.willie: remove
Browse files Browse the repository at this point in the history
was renamed by sopel, which we already have in nixpkgs

(cherry picked from commit 6fb1856)
  • Loading branch information
Mic92 committed Aug 31, 2017
1 parent cc557ec commit c6b7eff
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24116,27 +24116,6 @@ EOF

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

willie = buildPythonPackage rec {
name = "willie-${version}";
version = "5.5.1";

src = pkgs.fetchurl {
url = "mirror://pypi/w/willie/${name}.tar.gz";
sha256 = "e03dd26ea694b877a2b3b7b4dcca8e79420e7f346abab34292bff43d992a8cc5";
};

buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [ feedparser pytz lxml praw pyenchant pygeoip backports_ssl_match_hostname ];
checkPhase = ''
py.test test
'';

meta = {
description = "A simple, lightweight, open source, easy-to-use IRC utility bot, written in Python";
homepage = http://willie.dftba.net/;
license = licenses.efl20;
};
};

wokkel = buildPythonPackage (rec {
url = "http://wokkel.ik.nu/releases/0.7.0/wokkel-0.7.0.tar.gz";
Expand Down

0 comments on commit c6b7eff

Please sign in to comment.