8 buildPythonPackage rec {
9 pname = "python-crfsuite";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-yqYmHWlVRmdW+Ya3/PvU/VBiKWPjvbXMGAwSnGKzp20=";
19 # make sure import the built version, not the source one
27 pythonImportsCheck = [
32 description = "Python binding for CRFsuite";
33 homepage = "https://github.com/scrapinghub/python-crfsuite";
34 license = licenses.mit;
35 maintainers = teams.tts.members;