pythonPackages.grammalecte: 0.6.1 -> 0.6.5 (#55056)

This commit is contained in:
Alexandre Peyroux 2019-02-02 01:16:32 +01:00 committed by Robert Schütz
parent 0b34de031e
commit ece22b62bb

View file

@ -7,25 +7,22 @@
buildPythonPackage rec {
pname = "grammalecte";
version = "0.6.1";
version = "0.6.5";
src = fetchurl {
url = "http://www.dicollecte.org/grammalecte/zip/Grammalecte-fr-v${version}.zip";
sha256 = "0y2ck6pkd2p3cbjlxxvz3x5rnbg3ghfx97n13302rnab66cy4zkh";
sha256 = "11byjs3ggdhia5f4vyfqfvbbczsfqimll98h98g7hlsrm7vrifb0";
};
propagatedBuildInputs = [ bottle ];
preBuild = "cd ..";
postInstall = ''
rm $out/bin/bottle.py
'';
disabled = !isPy3k;
meta = {
description = "Grammalecte is an open source grammar checker for the French language";
homepage = https://dicollecte.org/grammalecte/;
homepage = https://grammalecte.net;
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ apeyroux ];
};