pythonPackages.grammalecte: 0.6.1 -> 0.6.5 (#55056)
This commit is contained in:
parent
0b34de031e
commit
ece22b62bb
@ -7,25 +7,22 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "grammalecte";
|
pname = "grammalecte";
|
||||||
version = "0.6.1";
|
version = "0.6.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.dicollecte.org/grammalecte/zip/Grammalecte-fr-v${version}.zip";
|
url = "http://www.dicollecte.org/grammalecte/zip/Grammalecte-fr-v${version}.zip";
|
||||||
sha256 = "0y2ck6pkd2p3cbjlxxvz3x5rnbg3ghfx97n13302rnab66cy4zkh";
|
sha256 = "11byjs3ggdhia5f4vyfqfvbbczsfqimll98h98g7hlsrm7vrifb0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ bottle ];
|
propagatedBuildInputs = [ bottle ];
|
||||||
|
|
||||||
preBuild = "cd ..";
|
preBuild = "cd ..";
|
||||||
postInstall = ''
|
|
||||||
rm $out/bin/bottle.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Grammalecte is an open source grammar checker for the French language";
|
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 ];
|
license = with lib.licenses; [ gpl3 ];
|
||||||
maintainers = with lib.maintainers; [ apeyroux ];
|
maintainers = with lib.maintainers; [ apeyroux ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user