python3Packages.pymorphy2-dicts-ru: init at 2.4.417127.4579844
This package provides Russian dictionaries for pymorphy2.
This commit is contained in:
committed by
Jonathan Ringer
parent
afc534af9f
commit
131f5f0b80
@@ -0,0 +1,23 @@
|
||||
{ lib
|
||||
, fetchPypi
|
||||
, buildPythonPackage
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymorphy2-dicts-ru";
|
||||
version = "2.4.417127.4579844";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-eMrQOtymBQIavTh6Oy61FchRuG6UaCoe8jVKLHT8wZY=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "pymorphy2_dicts_ru" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Russian dictionaries for pymorphy2";
|
||||
homepage = "https://github.com/kmike/pymorphy2-dicts/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user