Merge pull request #4077 from DamienCassou/weboob

Weboob
This commit is contained in:
Pascal Wittmann 2014-09-14 15:21:55 +02:00
commit d7d879e6cb

View file

@ -10759,6 +10759,24 @@ let
};
};
weboob = buildPythonPackage rec {
name = "weboob-0.j";
src = fetchurl {
url = "https://symlink.me/attachments/download/271/${name}.tar.gz";
md5 = "9e11b1f376ccb87d35995ec87bba5b38";
};
setupPyBuildFlags = ["--qt" "--xdg"];
propagatedBuildInputs = [ pillow prettytable pyyaml dateutil gdata requests2 mechanize feedparser lxml pkgs.gnupg pyqt4 pkgs.libyaml simplejson cssselect ];
meta = {
homepage = http://weboob.org;
description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser";
license = stdenv.lib.licenses.agpl3;
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
};
};
}); in pythonPackages