9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb";
19 propagatedBuildInputs = [ six ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "langdetect" ];
26 description = "Python port of Google's language-detection library";
27 homepage = "https://github.com/Mimino666/langdetect";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ erikarvstedt ];