9 buildPythonPackage rec {
10 pname = "python-crfsuite";
12 format = "setuptools";
16 pname = "python_crfsuite";
17 hash = "sha256-bv+WXKcFZzltgiyaNep0sPftsn2UcVJJl72r56baX1o=";
21 # make sure import the built version, not the source one
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "pycrfsuite" ];
34 description = "Python binding for CRFsuite";
35 homepage = "https://github.com/scrapinghub/python-crfsuite";
36 license = licenses.mit;
37 maintainers = teams.tts.members;